#0A67A4

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

Shades of Cerulean #0A67A4

Tints of Cerulean #0A67A4

Color information

#0A67A4 (or 0x0A67A4) is unknown color: approx Cerulean. HEX triplet: 0A, 67 and A4. RGB value is (10,103,164). Sum of RGB (Red+Green+Blue) = 10+103+164=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 164 (64.45% from 255 or 59.21% from 277); Max value from RGB is 164 - color contains mainly: blue. Hex color #0A67A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A67A4 is #F5985B. Grayscale: #515151. Windows color (decimal): -16095324 or 10774282. OLE color: 10774282.

HSL color Cylindrical-coordinate representation of color #0A67A4: hue angle of 203.77º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A67A4 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10103164-
CMYK0.940.3700.36
HSL203.77º88.51%34.12%-
HSV(B)203.77º93.9%64.31%-
XYZ11.6812.4536.91-
YUV82.15174.1976.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.61%
GREEN value IS 103 (40.62% from 255) = 37.18%
BLUE value IS 164 (64.45% from 255) = 59.21%
R=3.61%
G=37.18%
B=59.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101031640.940.3700.36203.7788.5134.12
HexA67A45E25024cc5922
Octal121472441364504431413142
Binary101011001111010010010111101001010100100110011001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A67A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,103,164); }

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

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

 a { background-color: rgb(10,103,164); }

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

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

 span { border-color: rgb(10,103,164); }

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