#0A54BE

Color #0A54BE Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0A54BE

Tints of Denim #0A54BE

Color information

#0A54BE (or 0x0A54BE) is unknown color: approx Denim. HEX triplet: 0A, 54 and BE. RGB value is (10,84,190). Sum of RGB (Red+Green+Blue) = 10+84+190=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A54BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A54BE is #F5AB41. Grayscale: #494949. Windows color (decimal): -16100162 or 12473354. OLE color: 12473354.

HSL color Cylindrical-coordinate representation of color #0A54BE: hue angle of 215.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A54BE is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1084190-
CMYK0.950.5600.25
HSL215.33º90%39.22%-
HSV(B)215.33º94.74%74.51%-
XYZ12.5910.1250.01-
YUV73.96193.4882.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 3.52%
GREEN value IS 84 (33.20% from 255) = 29.58%
BLUE value IS 190 (74.61% from 255) = 66.90%
R=3.52%
G=29.58%
B=66.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10841900.950.5600.25215.339039.22
HexA54BE5F38019d75a27
Octal121242761377003132713247
Binary10101010100101111101011111111000011001110101111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A54BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A54BE; }

 p { color: rgb(10,84,190); }

 H1.HeaderClassName
 {
   color: #0A54BE;
 }
 .AnyTagClassName
 {
   color: #0A54BE;
 }
</style>
background-color css

<style>
 a { background-color: #0A54BE; }

 a { background-color: rgb(10,84,190); }

 div.DivClassName
 {
   background-color: #0A54BE;
 }
 .BgClassName
 {
   background-color: #0A54BE;
 }
</style>
border-color css

<style>
 span { border-color: #0A54BE; }

 span { border-color: rgb(10,84,190); }

 td.TdClassName
 {
   border-color: #0A54BE;
 }
 .TagClassName
 {
   border-color: #0A54BE;
 }
</style>