Html Css Color HEX #066596 Cerulean

📋 copy color: '#066596'

red 6 ◦ green 101 ◦ blue 150

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

Shades of Cerulean #066596

Tints of Cerulean #066596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.3%

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

R = 2.33%
G = 39.3%
B = 58.37%

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

#066596 (or 0x066596) is known color: Cerulean. HEX triplet: 06, 65 and 96. RGB value is (6,101,150). Sum of RGB (Red+Green+Blue) = 6+101+150=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #066596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066596 is #F99A69. Grayscale: #4D4D4D. Windows color (decimal): -16357994 or 9856262. OLE color: 9856262.

HSL color Cylindrical-coordinate representation of color #066596: hue angle of 200.42º 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 #066596 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 101 150 -
CMYK 0.96 0.33 0 0.41
HSL 200.42º 0.92% 0.31% -
HSV(B) 200.42º 0.96% 0.59% -
XYZ 10.23 11.55 30.54 -
YUV 78.18 168.53 76.52 -
System Red Green Blue C M Y K H S L
Decimal 6 101 150 0.96 0.33 0 0.41 200.42 0.92 0.31
Hex 6 65 96 60 21 0 29 C8 5C 1F
Octal 6 145 226 140 41 0 51 310 134 37
Binary 110 1100101 10010110 1100000 100001 0 101001 11001000 1011100 11111

Color Harmonies of #066596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066596

Black with #066596

Text Example


Text Example

White with #066596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066596; }

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

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

background-color css

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

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

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

border-color css

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

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

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