Html Css Color HEX #00008B DarkBlue

📋 copy color: '#00008B'

red 0 ◦ green 0 ◦ blue 139

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

Shades of DarkBlue #00008B

Tints of DarkBlue #00008B

RGB

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

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

 BLUE value IS 139 (54.69% 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.45

RGB Variations

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

Color information

#00008B (or 0x00008B) is known color: DarkBlue. HEX triplet: 00, 00 and 8B. RGB value is (0,0,139). Sum of RGB (Red+Green+Blue) = 0+0+139=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 139 (54.69% from 255 or 100% from 139); Max value from RGB is 139 - color contains mainly: blue. Hex color #00008B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00008B is #FFFF74. Grayscale: #0F0F0F. Windows color (decimal): -16777077 or 9109504. OLE color: 9109504.

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

Color convert

RGB 0 0 139 -
CMYK 1 1 0 0.45
HSL 240º 1% 0.27% -
HSV(B) 240º 1% 0.55% -
XYZ 4.66 1.86 24.54 -
YUV 15.85 197.5 116.7 -
System Red Green Blue C M Y K H S L
Decimal 0 0 139 1 1 0 0.45 240 1 0.27
Hex 0 0 8B 64 64 0 2D F0 64 1B
Octal 0 0 213 144 144 0 55 360 144 33
Binary 0 0 10001011 1100100 1100100 0 101101 11110000 1100100 11011

Color Harmonies of #00008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00008B

Black with #00008B

Text Example


Text Example

White with #00008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00008B; }

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

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

background-color css

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

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

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

border-color css

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

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

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