Html Css Color HEX #066191 Cerulean

📋 copy color: '#066191'

red 6 ◦ green 97 ◦ blue 145

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

Shades of Cerulean #066191

Tints of Cerulean #066191

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.11%

 BLUE value IS 145 (57.03% from 255) = 58.47%

R = 2.42%
G = 39.11%
B = 58.47%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#066191 (or 0x066191) is known color: Cerulean. HEX triplet: 06, 61 and 91. RGB value is (6,97,145). Sum of RGB (Red+Green+Blue) = 6+97+145=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #066191 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066191 is #F99E6E. Grayscale: #4A4A4A. Windows color (decimal): -16359023 or 9527558. OLE color: 9527558.

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

Color convert

RGB 6 97 145 -
CMYK 0.96 0.33 0 0.43
HSL 200.72º 0.92% 0.3% -
HSV(B) 200.72º 0.96% 0.57% -
XYZ 9.46 10.63 28.34 -
YUV 75.26 167.35 78.6 -
System Red Green Blue C M Y K H S L
Decimal 6 97 145 0.96 0.33 0 0.43 200.72 0.92 0.3
Hex 6 61 91 60 21 0 2B C9 5C 1E
Octal 6 141 221 140 41 0 53 311 134 36
Binary 110 1100001 10010001 1100000 100001 0 101011 11001001 1011100 11110

Color Harmonies of #066191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066191

Black with #066191

Text Example


Text Example

White with #066191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066191; }

 p { color: rgb(6,97,145); }

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

background-color css

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

 a { background-color: rgb(6,97,145); }

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

border-color css

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

 span { border-color: rgb(6,97,145); }

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