#00138D

Color #00138D Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #00138D

Tints of Dark Blue #00138D

Color information

#00138D (or 0x00138D) is unknown color: approx Dark Blue. HEX triplet: 00, 13 and 8D. RGB value is (0,19,141). Sum of RGB (Red+Green+Blue) = 0+19+141=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 141 (55.47% from 255 or 88.12% from 160); Max value from RGB is 141 - color contains mainly: blue. Hex color #00138D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00138D is #FFEC72. Grayscale: #1A1A1A. Windows color (decimal): -16772211 or 9245440. OLE color: 9245440.

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

Color convert

RGB019141-
CMYK10.8700.45
HSL231.91º100%27.65%-
HSV(B)231.91º100%55.29%-
XYZ5.042.3925.39-
YUV27.23192.21108.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 141 (55.47% from 255) = 88.12%
R=0%
G=11.88%
B=88.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal01914110.8700.45231.9110027.65
Hex0138D645702De8641c
Octal02321514412705535014434
Binary0100111000110111001001010111010110111101000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00138D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00138D;
 }
 .AnyTagClassName
 {
   color: #00138D;
 }
</style>
background-color css

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

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

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

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

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

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