Html Css Color HEX #006090 Dark Cerulean

📋 copy color: '#006090'

red 0 ◦ green 96 ◦ blue 144

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

Shades of Dark Cerulean #006090

Tints of Dark Cerulean #006090

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 40%
B = 60%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#006090 (or 0x006090) is known color: Dark Cerulean. HEX triplet: 00, 60 and 90. RGB value is (0,96,144). Sum of RGB (Red+Green+Blue) = 0+96+144=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #006090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006090 is #FF9F6F. Grayscale: #484848. Windows color (decimal): -16752496 or 9461760. OLE color: 9461760.

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

Color convert

RGB 0 96 144 -
CMYK 1 0.33 0 0.44
HSL 200º 1% 0.28% -
HSV(B) 200º 1% 0.56% -
XYZ 9.22 10.38 27.9 -
YUV 72.77 168.2 76.1 -
System Red Green Blue C M Y K H S L
Decimal 0 96 144 1 0.33 0 0.44 200 1 0.28
Hex 0 60 90 64 21 0 2C C8 64 1C
Octal 0 140 220 144 41 0 54 310 144 34
Binary 0 1100000 10010000 1100100 100001 0 101100 11001000 1100100 11100

Color Harmonies of #006090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006090

Black with #006090

Text Example


Text Example

White with #006090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006090; }

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

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

background-color css

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

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

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

border-color css

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

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

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