Html Css Color HEX #01158B Dark Blue

📋 copy color: '#01158B'

red 1 ◦ green 21 ◦ blue 139

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

Shades of Dark Blue #01158B

Tints of Dark Blue #01158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 86.34%

R = 0.62%
G = 13.04%
B = 86.34%

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

#01158B (or 0x01158B) is known color: Dark Blue. HEX triplet: 01, 15 and 8B. RGB value is (1,21,139). Sum of RGB (Red+Green+Blue) = 1+21+139=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 139 (54.69% from 255 or 86.34% from 161); Max value from RGB is 139 - color contains mainly: blue. Hex color #01158B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01158B is #FEEA74. Grayscale: #1B1B1B. Windows color (decimal): -16706165 or 9114881. OLE color: 9114881.

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

Color convert

RGB 1 21 139 -
CMYK 0.99 0.85 0 0.45
HSL 231.3º 0.99% 0.27% -
HSV(B) 231.3º 0.99% 0.55% -
XYZ 4.94 2.41 24.63 -
YUV 28.47 190.37 108.41 -
System Red Green Blue C M Y K H S L
Decimal 1 21 139 0.99 0.85 0 0.45 231.3 0.99 0.27
Hex 1 15 8B 63 55 0 2D E7 63 1B
Octal 1 25 213 143 125 0 55 347 143 33
Binary 1 10101 10001011 1100011 1010101 0 101101 11100111 1100011 11011

Color Harmonies of #01158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01158B

Black with #01158B

Text Example


Text Example

White with #01158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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