Html Css Color HEX #000089 Dark Blue

📋 copy color: '#000089'

red 0 ◦ green 0 ◦ blue 137

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

Shades of Dark Blue #000089

Tints of Dark Blue #000089

RGB

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

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

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

R = 0%
G = 0%
B = 100%

CMYK

 C value IS 1

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#000089 (or 0x000089) is known color: Dark Blue. HEX triplet: 00, 00 and 89. RGB value is (0,0,137). Sum of RGB (Red+Green+Blue) = 0+0+137=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 137 (53.91% from 255 or 100% from 137); Max value from RGB is 137 - color contains mainly: blue. Hex color #000089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000089 is #FFFF76. Grayscale: #0F0F0F. Windows color (decimal): -16777079 or 8978432. OLE color: 8978432.

HSL color Cylindrical-coordinate representation of color #000089: hue angle of 240º 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 #000089 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 0 137 -
CMYK 1 1 0 0.46
HSL 240º 1% 0.27% -
HSV(B) 240º 1% 0.54% -
XYZ 4.52 1.81 23.78 -
YUV 15.62 196.5 116.86 -
System Red Green Blue C M Y K H S L
Decimal 0 0 137 1 1 0 0.46 240 1 0.27
Hex 0 0 89 64 64 0 2E F0 64 1B
Octal 0 0 211 144 144 0 56 360 144 33
Binary 0 0 10001001 1100100 1100100 0 101110 11110000 1100100 11011

Color Harmonies of #000089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000089

Black with #000089

Text Example


Text Example

White with #000089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000089; }

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

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

background-color css

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

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

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

border-color css

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

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

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