Html Css Color HEX #066495 Cerulean

📋 copy color: '#066495'

red 6 ◦ green 100 ◦ blue 149

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

Shades of Cerulean #066495

Tints of Cerulean #066495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.43%

R = 2.35%
G = 39.22%
B = 58.43%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#066495 (or 0x066495) is known color: Cerulean. HEX triplet: 06, 64 and 95. RGB value is (6,100,149). Sum of RGB (Red+Green+Blue) = 6+100+149=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #066495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066495 is #F99B6A. Grayscale: #4D4D4D. Windows color (decimal): -16358251 or 9790470. OLE color: 9790470.

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

Color convert

RGB 6 100 149 -
CMYK 0.96 0.33 0 0.42
HSL 200.56º 0.92% 0.3% -
HSV(B) 200.56º 0.96% 0.58% -
XYZ 10.06 11.32 30.09 -
YUV 77.48 168.36 77.02 -
System Red Green Blue C M Y K H S L
Decimal 6 100 149 0.96 0.33 0 0.42 200.56 0.92 0.3
Hex 6 64 95 60 21 0 2A C9 5C 1E
Octal 6 144 225 140 41 0 52 311 134 36
Binary 110 1100100 10010101 1100000 100001 0 101010 11001001 1011100 11110

Color Harmonies of #066495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066495

Black with #066495

Text Example


Text Example

White with #066495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066495; }

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

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

background-color css

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

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

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

border-color css

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

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

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