Html Css Color HEX #066496 Cerulean

📋 copy color: '#066496'

red 6 ◦ green 100 ◦ blue 150

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

Shades of Cerulean #066496

Tints of Cerulean #066496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 58.59%

R = 2.34%
G = 39.06%
B = 58.59%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#066496 (or 0x066496) is known color: Cerulean. HEX triplet: 06, 64 and 96. RGB value is (6,100,150). Sum of RGB (Red+Green+Blue) = 6+100+150=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #066496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066496 is #F99B69. Grayscale: #4D4D4D. Windows color (decimal): -16358250 or 9856006. OLE color: 9856006.

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

Color convert

RGB 6 100 150 -
CMYK 0.96 0.33 0 0.41
HSL 200.83º 0.92% 0.31% -
HSV(B) 200.83º 0.96% 0.59% -
XYZ 10.14 11.36 30.51 -
YUV 77.59 168.86 76.93 -
System Red Green Blue C M Y K H S L
Decimal 6 100 150 0.96 0.33 0 0.41 200.83 0.92 0.31
Hex 6 64 96 60 21 0 29 C9 5C 1F
Octal 6 144 226 140 41 0 51 311 134 37
Binary 110 1100100 10010110 1100000 100001 0 101001 11001001 1011100 11111

Color Harmonies of #066496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066496

Black with #066496

Text Example


Text Example

White with #066496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066496; }

 p { color: rgb(6,100,150); }

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

background-color css

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

 a { background-color: rgb(6,100,150); }

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

border-color css

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

 span { border-color: rgb(6,100,150); }

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