Html Css Color HEX #01088E Dark Blue

📋 copy color: '#01088E'

red 1 ◦ green 8 ◦ blue 142

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

Shades of Dark Blue #01088E

Tints of Dark Blue #01088E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.3%

 BLUE value IS 142 (55.86% from 255) = 94.04%

R = 0.66%
G = 5.3%
B = 94.04%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01088E (or 0x01088E) is known color: Dark Blue. HEX triplet: 01, 08 and 8E. RGB value is (1,8,142). Sum of RGB (Red+Green+Blue) = 1+8+142=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 142 (55.86% from 255 or 94.04% from 151); Max value from RGB is 142 - color contains mainly: blue. Hex color #01088E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01088E is #FEF771. Grayscale: #141414. Windows color (decimal): -16709490 or 9308161. OLE color: 9308161.

HSL color Cylindrical-coordinate representation of color #01088E: hue angle of 237.02º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01088E is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 8 142 -
CMYK 0.99 0.94 0 0.44
HSL 237.02º 0.99% 0.28% -
HSV(B) 237.02º 0.99% 0.56% -
XYZ 4.98 2.13 25.74 -
YUV 21.18 196.18 113.6 -
System Red Green Blue C M Y K H S L
Decimal 1 8 142 0.99 0.94 0 0.44 237.02 0.99 0.28
Hex 1 8 8E 63 5E 0 2C ED 63 1C
Octal 1 10 216 143 136 0 54 355 143 34
Binary 1 1000 10001110 1100011 1011110 0 101100 11101101 1100011 11100

Color Harmonies of #01088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01088E

Black with #01088E

Text Example


Text Example

White with #01088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01088E; }

 p { color: rgb(1,8,142); }

 H1.HeaderClassName
 {
   color: #01088E;
 }
 .AnyTagClassName
 {
   color: #01088E;
 }
</style>

background-color css

<style>
 a { background-color: #01088E; }

 a { background-color: rgb(1,8,142); }

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

border-color css

<style>
 span { border-color: #01088E; }

 span { border-color: rgb(1,8,142); }

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