Html Css Color HEX #010558 Midnight Blue

📋 copy color: '#010558'

red 1 ◦ green 5 ◦ blue 88

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

Shades of Midnight Blue #010558

Tints of Midnight Blue #010558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 93.62%

R = 1.06%
G = 5.32%
B = 93.62%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#010558 (or 0x010558) is known color: Midnight Blue. HEX triplet: 01, 05 and 58. RGB value is (1,5,88). Sum of RGB (Red+Green+Blue) = 1+5+88=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 88 (34.77% from 255 or 93.62% from 94); Max value from RGB is 88 - color contains mainly: blue. Hex color #010558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010558 is #FEFAA7. Grayscale: #0C0C0C. Windows color (decimal): -16710312 or 5768449. OLE color: 5768449.

HSL color Cylindrical-coordinate representation of color #010558: hue angle of 237.24º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010558 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 5 88 -
CMYK 0.99 0.94 0 0.65
HSL 237.24º 0.98% 0.17% -
HSV(B) 237.24º 0.99% 0.35% -
XYZ 1.83 0.82 9.29 -
YUV 13.27 170.17 119.25 -
System Red Green Blue C M Y K H S L
Decimal 1 5 88 0.99 0.94 0 0.65 237.24 0.98 0.17
Hex 1 5 58 63 5E 0 41 ED 62 11
Octal 1 5 130 143 136 0 101 355 142 21
Binary 1 101 1011000 1100011 1011110 0 1000001 11101101 1100010 10001

Color Harmonies of #010558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010558

Black with #010558

Text Example


Text Example

White with #010558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010558; }

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

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

background-color css

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

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

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

border-color css

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

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

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