Html Css Color HEX #01058E Dark Blue

📋 copy color: '#01058E'

red 1 ◦ green 5 ◦ blue 142

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

Shades of Dark Blue #01058E

Tints of Dark Blue #01058E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.38%

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

R = 0.68%
G = 3.38%
B = 95.95%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01058E (or 0x01058E) is known color: Dark Blue. HEX triplet: 01, 05 and 8E. RGB value is (1,5,142). Sum of RGB (Red+Green+Blue) = 1+5+142=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 142 (55.86% from 255 or 95.95% from 148); Max value from RGB is 142 - color contains mainly: blue. Hex color #01058E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01058E is #FEFA71. Grayscale: #121212. Windows color (decimal): -16710258 or 9307393. OLE color: 9307393.

HSL color Cylindrical-coordinate representation of color #01058E: hue angle of 238.3º 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 #01058E is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 5 142 -
CMYK 0.99 0.96 0 0.44
HSL 238.3º 0.99% 0.28% -
HSV(B) 238.3º 0.99% 0.56% -
XYZ 4.95 2.07 25.73 -
YUV 19.42 197.17 114.86 -
System Red Green Blue C M Y K H S L
Decimal 1 5 142 0.99 0.96 0 0.44 238.3 0.99 0.28
Hex 1 5 8E 63 60 0 2C EE 63 1C
Octal 1 5 216 143 140 0 54 356 143 34
Binary 1 101 10001110 1100011 1100000 0 101100 11101110 1100011 11100

Color Harmonies of #01058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01058E

Black with #01058E

Text Example


Text Example

White with #01058E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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