Html Css Color HEX #066591 Cerulean

📋 copy color: '#066591'

red 6 ◦ green 101 ◦ blue 145

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

Shades of Cerulean #066591

Tints of Cerulean #066591

RGB

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

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

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

R = 2.38%
G = 40.08%
B = 57.54%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#066591 (or 0x066591) is known color: Cerulean. HEX triplet: 06, 65 and 91. RGB value is (6,101,145). Sum of RGB (Red+Green+Blue) = 6+101+145=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #066591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066591 is #F99A6E. Grayscale: #4D4D4D. Windows color (decimal): -16357999 or 9528582. OLE color: 9528582.

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

Color convert

RGB 6 101 145 -
CMYK 0.96 0.30 0 0.43
HSL 198.99º 0.92% 0.3% -
HSV(B) 198.99º 0.96% 0.57% -
XYZ 9.84 11.39 28.47 -
YUV 77.61 166.03 76.92 -
System Red Green Blue C M Y K H S L
Decimal 6 101 145 0.96 0.30 0 0.43 198.99 0.92 0.3
Hex 6 65 91 60 1E 0 2B C7 5C 1E
Octal 6 145 221 140 36 0 53 307 134 36
Binary 110 1100101 10010001 1100000 11110 0 101011 11000111 1011100 11110

Color Harmonies of #066591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066591

Black with #066591

Text Example


Text Example

White with #066591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066591; }

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

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

background-color css

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

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

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

border-color css

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

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

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