Html Css Color HEX #066396 Cerulean

📋 copy color: '#066396'

red 6 ◦ green 99 ◦ blue 150

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

Shades of Cerulean #066396

Tints of Cerulean #066396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.82%

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

R = 2.35%
G = 38.82%
B = 58.82%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#066396 (or 0x066396) is known color: Cerulean. HEX triplet: 06, 63 and 96. RGB value is (6,99,150). Sum of RGB (Red+Green+Blue) = 6+99+150=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #066396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066396 is #F99C69. Grayscale: #4C4C4C. Windows color (decimal): -16358506 or 9855750. OLE color: 9855750.

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

Color convert

RGB 6 99 150 -
CMYK 0.96 0.34 0 0.41
HSL 201.25º 0.92% 0.31% -
HSV(B) 201.25º 0.96% 0.59% -
XYZ 10.04 11.16 30.48 -
YUV 77.01 169.19 77.35 -
System Red Green Blue C M Y K H S L
Decimal 6 99 150 0.96 0.34 0 0.41 201.25 0.92 0.31
Hex 6 63 96 60 22 0 29 C9 5C 1F
Octal 6 143 226 140 42 0 51 311 134 37
Binary 110 1100011 10010110 1100000 100010 0 101001 11001001 1011100 11111

Color Harmonies of #066396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066396

Black with #066396

Text Example


Text Example

White with #066396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066396; }

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

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

background-color css

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

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

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

border-color css

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

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

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