Html Css Color HEX #066895 Cerulean

📋 copy color: '#066895'

red 6 ◦ green 104 ◦ blue 149

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

Shades of Cerulean #066895

Tints of Cerulean #066895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.15%

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

R = 2.32%
G = 40.15%
B = 57.53%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#066895 (or 0x066895) is known color: Cerulean. HEX triplet: 06, 68 and 95. RGB value is (6,104,149). Sum of RGB (Red+Green+Blue) = 6+104+149=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #066895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066895 is #F9976A. Grayscale: #4F4F4F. Windows color (decimal): -16357227 or 9791494. OLE color: 9791494.

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

Color convert

RGB 6 104 149 -
CMYK 0.96 0.30 0 0.42
HSL 198.88º 0.92% 0.3% -
HSV(B) 198.88º 0.96% 0.58% -
XYZ 10.45 12.11 30.22 -
YUV 79.83 167.03 75.34 -
System Red Green Blue C M Y K H S L
Decimal 6 104 149 0.96 0.30 0 0.42 198.88 0.92 0.3
Hex 6 68 95 60 1E 0 2A C7 5C 1E
Octal 6 150 225 140 36 0 52 307 134 36
Binary 110 1101000 10010101 1100000 11110 0 101010 11000111 1011100 11110

Color Harmonies of #066895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066895

Black with #066895

Text Example


Text Example

White with #066895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066895; }

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

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

background-color css

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

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

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

border-color css

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

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

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