#01138C

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

Shades of Dark Blue #01138C

Tints of Dark Blue #01138C

Color information

#01138C (or 0x01138C) is unknown color: approx Dark Blue. HEX triplet: 01, 13 and 8C. RGB value is (1,19,140). Sum of RGB (Red+Green+Blue) = 1+19+140=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 140 (55.08% from 255 or 87.5% from 160); Max value from RGB is 140 - color contains mainly: blue. Hex color #01138C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01138C is #FEEC73. Grayscale: #1A1A1A. Windows color (decimal): -16706676 or 9179905. OLE color: 9179905.

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

Color convert

RGB119140-
CMYK0.990.8600.45
HSL232.23º98.58%27.65%-
HSV(B)232.23º99.29%54.9%-
XYZ4.982.3725.01-
YUV27.41191.54109.16-

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.88%
BLUE value IS 140 (55.08% from 255) = 87.5%
R=0.62%
G=11.88%
B=87.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191400.990.8600.45232.2398.5827.65
Hex1138C635602De8631c
Octal12321414312605535014334
Binary1100111000110011000111010110010110111101000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01138C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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