#01178D

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

Shades of Dark Blue #01178D

Tints of Dark Blue #01178D

Color information

#01178D (or 0x01178D) is unknown color: approx Dark Blue. HEX triplet: 01, 17 and 8D. RGB value is (1,23,141). Sum of RGB (Red+Green+Blue) = 1+23+141=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 141 (55.47% from 255 or 85.45% from 165); Max value from RGB is 141 - color contains mainly: blue. Hex color #01178D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01178D is #FEE872. Grayscale: #1D1D1D. Windows color (decimal): -16705651 or 9246465. OLE color: 9246465.

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

Color convert

RGB123141-
CMYK0.990.8400.45
HSL230.57º98.59%27.84%-
HSV(B)230.57º99.29%55.29%-
XYZ5.132.5425.42-
YUV29.87190.71107.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 141 (55.47% from 255) = 85.45%
R=0.61%
G=13.94%
B=85.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1231410.990.8400.45230.5798.5927.84
Hex1178D635402De7631c
Octal12721514312405534714334
Binary1101111000110111000111010100010110111100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01178D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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