Html Css Color HEX #01058C Dark Blue

📋 copy color: '#01058C'

red 1 ◦ green 5 ◦ blue 140

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

Shades of Dark Blue #01058C

Tints of Dark Blue #01058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 95.89%

R = 0.68%
G = 3.42%
B = 95.89%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01058C (or 0x01058C) is known color: Dark Blue. HEX triplet: 01, 05 and 8C. RGB value is (1,5,140). Sum of RGB (Red+Green+Blue) = 1+5+140=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 140 (55.08% from 255 or 95.89% from 146); Max value from RGB is 140 - color contains mainly: blue. Hex color #01058C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01058C is #FEFA73. Grayscale: #121212. Windows color (decimal): -16710260 or 9176321. OLE color: 9176321.

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

Color convert

RGB 1 5 140 -
CMYK 0.99 0.96 0 0.45
HSL 238.27º 0.99% 0.28% -
HSV(B) 238.27º 0.99% 0.55% -
XYZ 4.8 2.01 24.95 -
YUV 19.19 196.17 115.02 -
System Red Green Blue C M Y K H S L
Decimal 1 5 140 0.99 0.96 0 0.45 238.27 0.99 0.28
Hex 1 5 8C 63 60 0 2D EE 63 1C
Octal 1 5 214 143 140 0 55 356 143 34
Binary 1 101 10001100 1100011 1100000 0 101101 11101110 1100011 11100

Color Harmonies of #01058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01058C

Black with #01058C

Text Example


Text Example

White with #01058C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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