Html Css Color HEX #01158D Dark Blue

📋 copy color: '#01158D'

red 1 ◦ green 21 ◦ blue 141

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

Shades of Dark Blue #01158D

Tints of Dark Blue #01158D

RGB

 RED value IS 1 (0.78% from 255) = 0.61%

 GREEN value IS 21 (8.59% from 255) = 12.88%

 BLUE value IS 141 (55.47% from 255) = 86.5%

R = 0.61%
G = 12.88%
B = 86.5%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01158D (or 0x01158D) is known color: Dark Blue. HEX triplet: 01, 15 and 8D. RGB value is (1,21,141). Sum of RGB (Red+Green+Blue) = 1+21+141=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 141 (55.47% from 255 or 86.50% from 163); Max value from RGB is 141 - color contains mainly: blue. Hex color #01158D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01158D is #FEEA72. Grayscale: #1C1C1C. Windows color (decimal): -16706163 or 9245953. OLE color: 9245953.

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

Color convert

RGB 1 21 141 -
CMYK 0.99 0.85 0 0.45
HSL 231.43º 0.99% 0.28% -
HSV(B) 231.43º 0.99% 0.55% -
XYZ 5.09 2.47 25.41 -
YUV 28.7 191.37 108.24 -
System Red Green Blue C M Y K H S L
Decimal 1 21 141 0.99 0.85 0 0.45 231.43 0.99 0.28
Hex 1 15 8D 63 55 0 2D E7 63 1C
Octal 1 25 215 143 125 0 55 347 143 34
Binary 1 10101 10001101 1100011 1010101 0 101101 11100111 1100011 11100

Color Harmonies of #01158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01158D

Black with #01158D

Text Example


Text Example

White with #01158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01158D;
 }
 .AnyTagClassName
 {
   color: #01158D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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