Html Css Color HEX #00138A Dark Blue

📋 copy color: '#00138A'

red 0 ◦ green 19 ◦ blue 138

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

Shades of Dark Blue #00138A

Tints of Dark Blue #00138A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 87.9%

R = 0%
G = 12.1%
B = 87.9%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#00138A (or 0x00138A) is known color: Dark Blue. HEX triplet: 00, 13 and 8A. RGB value is (0,19,138). Sum of RGB (Red+Green+Blue) = 0+19+138=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 138 (54.30% from 255 or 87.90% from 157); Max value from RGB is 138 - color contains mainly: blue. Hex color #00138A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00138A is #FFEC75. Grayscale: #1A1A1A. Windows color (decimal): -16772214 or 9048832. OLE color: 9048832.

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

Color convert

RGB 0 19 138 -
CMYK 1 0.86 0 0.46
HSL 231.74º 1% 0.27% -
HSV(B) 231.74º 1% 0.54% -
XYZ 4.82 2.3 24.23 -
YUV 26.89 190.71 108.82 -
System Red Green Blue C M Y K H S L
Decimal 0 19 138 1 0.86 0 0.46 231.74 1 0.27
Hex 0 13 8A 64 56 0 2E E8 64 1B
Octal 0 23 212 144 126 0 56 350 144 33
Binary 0 10011 10001010 1100100 1010110 0 101110 11101000 1100100 11011

Color Harmonies of #00138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00138A

Black with #00138A

Text Example


Text Example

White with #00138A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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