#0A67A1

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

Shades of Cerulean #0A67A1

Tints of Cerulean #0A67A1

Color information

#0A67A1 (or 0x0A67A1) is unknown color: approx Cerulean. HEX triplet: 0A, 67 and A1. RGB value is (10,103,161). Sum of RGB (Red+Green+Blue) = 10+103+161=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 161 (63.28% from 255 or 58.76% from 274); Max value from RGB is 161 - color contains mainly: blue. Hex color #0A67A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A67A1 is #F5985E. Grayscale: #515151. Windows color (decimal): -16095327 or 10577674. OLE color: 10577674.

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

Color convert

RGB10103161-
CMYK0.940.3600.37
HSL203.05º88.3%33.53%-
HSV(B)203.05º93.79%63.14%-
XYZ11.4112.3435.5-
YUV81.81172.6976.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.65%
GREEN value IS 103 (40.62% from 255) = 37.59%
BLUE value IS 161 (63.28% from 255) = 58.76%
R=3.65%
G=37.59%
B=58.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101031610.940.3600.37203.0588.333.53
HexA67A15E24025cb5822
Octal121472411364404531313042
Binary101011001111010000110111101001000100101110010111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A67A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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