Html Css Color HEX #0066A9 Cerulean

📋 copy color: '#0066A9'

red 0 ◦ green 102 ◦ blue 169

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

Shades of Cerulean #0066A9

Tints of Cerulean #0066A9

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.64%

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

R = 0%
G = 37.64%
B = 62.36%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0066A9 (or 0x0066A9) is known color: Cerulean. HEX triplet: 00, 66 and A9. RGB value is (0,102,169). Sum of RGB (Red+Green+Blue) = 0+102+169=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 169 (66.41% from 255 or 62.36% from 271); Max value from RGB is 169 - color contains mainly: blue. Hex color #0066A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0066A9 is #FF9956. Grayscale: #4E4E4E. Windows color (decimal): -16750935 or 11101696. OLE color: 11101696.

HSL color Cylindrical-coordinate representation of color #0066A9: hue angle of 203.79º 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 #0066A9 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 0 102 169 -
CMYK 1 0.40 0 0.34
HSL 203.79º 1% 0.33% -
HSV(B) 203.79º 1% 0.66% -
XYZ 11.91 12.37 39.3 -
YUV 79.14 178.71 71.55 -
System Red Green Blue C M Y K H S L
Decimal 0 102 169 1 0.40 0 0.34 203.79 1 0.33
Hex 0 66 A9 64 28 0 22 CC 64 21
Octal 0 146 251 144 50 0 42 314 144 41
Binary 0 1100110 10101001 1100100 101000 0 100010 11001100 1100100 100001

Color Harmonies of #0066A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0066A9

Black with #0066A9

Text Example


Text Example

White with #0066A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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