Html Css Color HEX #01108D Dark Blue

📋 copy color: '#01108D'

red 1 ◦ green 16 ◦ blue 141

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

Shades of Dark Blue #01108D

Tints of Dark Blue #01108D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.13%

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

R = 0.63%
G = 10.13%
B = 89.24%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01108D (or 0x01108D) is known color: Dark Blue. HEX triplet: 01, 10 and 8D. RGB value is (1,16,141). Sum of RGB (Red+Green+Blue) = 1+16+141=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 141 (55.47% from 255 or 89.24% from 158); Max value from RGB is 141 - color contains mainly: blue. Hex color #01108D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01108D is #FEEF72. Grayscale: #191919. Windows color (decimal): -16707443 or 9244673. OLE color: 9244673.

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

Color convert

RGB 1 16 141 -
CMYK 0.99 0.89 0 0.45
HSL 233.57º 0.99% 0.28% -
HSV(B) 233.57º 0.99% 0.55% -
XYZ 5.01 2.3 25.38 -
YUV 25.77 193.03 110.34 -
System Red Green Blue C M Y K H S L
Decimal 1 16 141 0.99 0.89 0 0.45 233.57 0.99 0.28
Hex 1 10 8D 63 59 0 2D EA 63 1C
Octal 1 20 215 143 131 0 55 352 143 34
Binary 1 10000 10001101 1100011 1011001 0 101101 11101010 1100011 11100

Color Harmonies of #01108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01108D

Black with #01108D

Text Example


Text Example

White with #01108D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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