Html Css Color HEX #066095 Cerulean

📋 copy color: '#066095'

red 6 ◦ green 96 ◦ blue 149

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

Shades of Cerulean #066095

Tints of Cerulean #066095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.25%

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

R = 2.39%
G = 38.25%
B = 59.36%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#066095 (or 0x066095) is known color: Cerulean. HEX triplet: 06, 60 and 95. RGB value is (6,96,149). Sum of RGB (Red+Green+Blue) = 6+96+149=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #066095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066095 is #F99F6A. Grayscale: #4A4A4A. Windows color (decimal): -16359275 or 9789446. OLE color: 9789446.

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

Color convert

RGB 6 96 149 -
CMYK 0.96 0.36 0 0.42
HSL 202.24º 0.92% 0.3% -
HSV(B) 202.24º 0.96% 0.58% -
XYZ 9.68 10.57 29.96 -
YUV 75.13 169.68 78.69 -
System Red Green Blue C M Y K H S L
Decimal 6 96 149 0.96 0.36 0 0.42 202.24 0.92 0.3
Hex 6 60 95 60 24 0 2A CA 5C 1E
Octal 6 140 225 140 44 0 52 312 134 36
Binary 110 1100000 10010101 1100000 100100 0 101010 11001010 1011100 11110

Color Harmonies of #066095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066095

Black with #066095

Text Example


Text Example

White with #066095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066095; }

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

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

background-color css

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

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

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

border-color css

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

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

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