Html Css Color HEX #000D8B Dark Blue

📋 copy color: '#000D8B'

red 0 ◦ green 13 ◦ blue 139

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

Shades of Dark Blue #000D8B

Tints of Dark Blue #000D8B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.55%

 BLUE value IS 139 (54.69% from 255) = 91.45%

R = 0%
G = 8.55%
B = 91.45%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#000D8B (or 0x000D8B) is known color: Dark Blue. HEX triplet: 00, 0D and 8B. RGB value is (0,13,139). Sum of RGB (Red+Green+Blue) = 0+13+139=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 139 (54.69% from 255 or 91.45% from 152); Max value from RGB is 139 - color contains mainly: blue. Hex color #000D8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000D8B is #FFF274. Grayscale: #161616. Windows color (decimal): -16773749 or 9112832. OLE color: 9112832.

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

Color convert

RGB 0 13 139 -
CMYK 1 0.91 0 0.45
HSL 234.39º 1% 0.27% -
HSV(B) 234.39º 1% 0.55% -
XYZ 4.8 2.15 24.59 -
YUV 23.48 193.19 111.25 -
System Red Green Blue C M Y K H S L
Decimal 0 13 139 1 0.91 0 0.45 234.39 1 0.27
Hex 0 D 8B 64 5B 0 2D EA 64 1B
Octal 0 15 213 144 133 0 55 352 144 33
Binary 0 1101 10001011 1100100 1011011 0 101101 11101010 1100100 11011

Color Harmonies of #000D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000D8B

Black with #000D8B

Text Example


Text Example

White with #000D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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