Html Css Color HEX #0064A9 Cerulean

📋 copy color: '#0064A9'

red 0 ◦ green 100 ◦ blue 169

#0064A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0064A9

Tints of Cerulean #0064A9

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 100 (39.45% from 255) = 37.17%

 BLUE value IS 169 (66.41% from 255) = 62.83%

R = 0%
G = 37.17%
B = 62.83%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0064A9 (or 0x0064A9) is known color: Cerulean. HEX triplet: 00, 64 and A9. RGB value is (0,100,169). Sum of RGB (Red+Green+Blue) = 0+100+169=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 169 (66.41% from 255 or 62.83% from 269); Max value from RGB is 169 - color contains mainly: blue. Hex color #0064A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0064A9 is #FF9B56. Grayscale: #4D4D4D. Windows color (decimal): -16751447 or 11101184. OLE color: 11101184.

HSL color Cylindrical-coordinate representation of color #0064A9: hue angle of 204.5º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0064A9 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 0 100 169 -
CMYK 1 0.41 0 0.34
HSL 204.5º 1% 0.33% -
HSV(B) 204.5º 1% 0.66% -
XYZ 11.72 11.98 39.23 -
YUV 77.97 179.37 72.39 -
System Red Green Blue C M Y K H S L
Decimal 0 100 169 1 0.41 0 0.34 204.5 1 0.33
Hex 0 64 A9 64 29 0 22 CC 64 21
Octal 0 144 251 144 51 0 42 314 144 41
Binary 0 1100100 10101001 1100100 101001 0 100010 11001100 1100100 100001

Color Harmonies of #0064A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0064A9

Black with #0064A9

Text Example


Text Example

White with #0064A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0064A9; }

 p { color: rgb(0,100,169); }

 H1.HeaderClassName
 {
   color: #0064A9;
 }
 .AnyTagClassName
 {
   color: #0064A9;
 }
</style>

background-color css

<style>
 a { background-color: #0064A9; }

 a { background-color: rgb(0,100,169); }

 div.DivClassName
 {
   background-color: #0064A9;
 }
 .BgClassName
 {
   background-color: #0064A9;
 }
</style>

border-color css

<style>
 span { border-color: #0064A9; }

 span { border-color: rgb(0,100,169); }

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