Html Css Color HEX #066A99 Cerulean

📋 copy color: '#066A99'

red 6 ◦ green 106 ◦ blue 153

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

Shades of Cerulean #066A99

Tints of Cerulean #066A99

RGB

 RED value IS 6 (2.73% from 255) = 2.26%

 GREEN value IS 106 (41.8% from 255) = 40%

 BLUE value IS 153 (60.16% from 255) = 57.74%

R = 2.26%
G = 40%
B = 57.74%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#066A99 (or 0x066A99) is known color: Cerulean. HEX triplet: 06, 6A and 99. RGB value is (6,106,153). Sum of RGB (Red+Green+Blue) = 6+106+153=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #066A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066A99 is #F99566. Grayscale: #515151. Windows color (decimal): -16356711 or 10054150. OLE color: 10054150.

HSL color Cylindrical-coordinate representation of color #066A99: hue angle of 199.18º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066A99 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 106 153 -
CMYK 0.96 0.31 0 0.4
HSL 199.18º 0.92% 0.31% -
HSV(B) 199.18º 0.96% 0.6% -
XYZ 10.98 12.65 32 -
YUV 81.46 168.37 74.18 -
System Red Green Blue C M Y K H S L
Decimal 6 106 153 0.96 0.31 0 0.4 199.18 0.92 0.31
Hex 6 6A 99 60 1F 0 28 C7 5C 1F
Octal 6 152 231 140 37 0 50 307 134 37
Binary 110 1101010 10011001 1100000 11111 0 101000 11000111 1011100 11111

Color Harmonies of #066A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066A99

Black with #066A99

Text Example


Text Example

White with #066A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066A99; }

 p { color: rgb(6,106,153); }

 H1.HeaderClassName
 {
   color: #066A99;
 }
 .AnyTagClassName
 {
   color: #066A99;
 }
</style>

background-color css

<style>
 a { background-color: #066A99; }

 a { background-color: rgb(6,106,153); }

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

border-color css

<style>
 span { border-color: #066A99; }

 span { border-color: rgb(6,106,153); }

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