#01138D

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

Shades of Dark Blue #01138D

Tints of Dark Blue #01138D

Color information

#01138D (or 0x01138D) is unknown color: approx Dark Blue. HEX triplet: 01, 13 and 8D. RGB value is (1,19,141). Sum of RGB (Red+Green+Blue) = 1+19+141=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 141 (55.47% from 255 or 87.58% from 161); Max value from RGB is 141 - color contains mainly: blue. Hex color #01138D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01138D is #FEEC72. Grayscale: #1B1B1B. Windows color (decimal): -16706675 or 9245441. OLE color: 9245441.

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

Color convert

RGB119141-
CMYK0.990.8700.45
HSL232.29º98.59%27.84%-
HSV(B)232.29º99.29%55.29%-
XYZ5.052.425.4-
YUV27.53192.04109.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 141 (55.47% from 255) = 87.58%
R=0.62%
G=11.80%
B=87.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191410.990.8700.45232.2998.5927.84
Hex1138D635702De8631c
Octal12321514312705535014334
Binary1100111000110111000111010111010110111101000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01138D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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