Html Css Color HEX #005089 Dark Cerulean

📋 copy color: '#005089'

red 0 ◦ green 80 ◦ blue 137

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

Shades of Dark Cerulean #005089

Tints of Dark Cerulean #005089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.87%

 BLUE value IS 137 (53.91% from 255) = 63.13%

R = 0%
G = 36.87%
B = 63.13%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#005089 (or 0x005089) is known color: Dark Cerulean. HEX triplet: 00, 50 and 89. RGB value is (0,80,137). Sum of RGB (Red+Green+Blue) = 0+80+137=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 137 (53.91% from 255 or 63.13% from 217); Max value from RGB is 137 - color contains mainly: blue. Hex color #005089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005089 is #FFAF76. Grayscale: #3E3E3E. Windows color (decimal): -16756599 or 8998912. OLE color: 8998912.

HSL color Cylindrical-coordinate representation of color #005089: hue angle of 204.96º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005089 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 80 137 -
CMYK 1 0.42 0 0.46
HSL 204.96º 1% 0.27% -
HSV(B) 204.96º 1% 0.54% -
XYZ 7.38 7.54 24.73 -
YUV 62.58 170 83.37 -
System Red Green Blue C M Y K H S L
Decimal 0 80 137 1 0.42 0 0.46 204.96 1 0.27
Hex 0 50 89 64 2A 0 2E CD 64 1B
Octal 0 120 211 144 52 0 56 315 144 33
Binary 0 1010000 10001001 1100100 101010 0 101110 11001101 1100100 11011

Color Harmonies of #005089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005089

Black with #005089

Text Example


Text Example

White with #005089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005089; }

 p { color: rgb(0,80,137); }

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

background-color css

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

 a { background-color: rgb(0,80,137); }

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

border-color css

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

 span { border-color: rgb(0,80,137); }

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