Html Css Color HEX #066090 Dark Cerulean

📋 copy color: '#066090'

red 6 ◦ green 96 ◦ blue 144

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

Shades of Dark Cerulean #066090

Tints of Dark Cerulean #066090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.54%

R = 2.44%
G = 39.02%
B = 58.54%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#066090 (or 0x066090) is known color: Dark Cerulean. HEX triplet: 06, 60 and 90. RGB value is (6,96,144). Sum of RGB (Red+Green+Blue) = 6+96+144=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #066090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066090 is #F99F6F. Grayscale: #4A4A4A. Windows color (decimal): -16359280 or 9461766. OLE color: 9461766.

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

Color convert

RGB 6 96 144 -
CMYK 0.96 0.33 0 0.44
HSL 200.87º 0.92% 0.29% -
HSV(B) 200.87º 0.96% 0.56% -
XYZ 9.29 10.42 27.91 -
YUV 74.56 167.18 79.1 -
System Red Green Blue C M Y K H S L
Decimal 6 96 144 0.96 0.33 0 0.44 200.87 0.92 0.29
Hex 6 60 90 60 21 0 2C C9 5C 1D
Octal 6 140 220 140 41 0 54 311 134 35
Binary 110 1100000 10010000 1100000 100001 0 101100 11001001 1011100 11101

Color Harmonies of #066090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066090

Black with #066090

Text Example


Text Example

White with #066090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066090; }

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

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

background-color css

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

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

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

border-color css

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

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

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