Html Css Color HEX #00138B Dark Blue

📋 copy color: '#00138B'

red 0 ◦ green 19 ◦ blue 139

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

Shades of Dark Blue #00138B

Tints of Dark Blue #00138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.03%

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

R = 0%
G = 12.03%
B = 87.97%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00138B (or 0x00138B) is known color: Dark Blue. HEX triplet: 00, 13 and 8B. RGB value is (0,19,139). Sum of RGB (Red+Green+Blue) = 0+19+139=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 139 (54.69% from 255 or 87.97% from 158); Max value from RGB is 139 - color contains mainly: blue. Hex color #00138B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00138B is #FFEC74. Grayscale: #1A1A1A. Windows color (decimal): -16772213 or 9114368. OLE color: 9114368.

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

Color convert

RGB 0 19 139 -
CMYK 1 0.86 0 0.45
HSL 231.8º 1% 0.27% -
HSV(B) 231.8º 1% 0.55% -
XYZ 4.89 2.33 24.62 -
YUV 27 191.21 108.74 -
System Red Green Blue C M Y K H S L
Decimal 0 19 139 1 0.86 0 0.45 231.8 1 0.27
Hex 0 13 8B 64 56 0 2D E8 64 1B
Octal 0 23 213 144 126 0 55 350 144 33
Binary 0 10011 10001011 1100100 1010110 0 101101 11101000 1100100 11011

Color Harmonies of #00138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00138B

Black with #00138B

Text Example


Text Example

White with #00138B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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