Html Css Color HEX #010458 Midnight Blue

📋 copy color: '#010458'

red 1 ◦ green 4 ◦ blue 88

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

Shades of Midnight Blue #010458

Tints of Midnight Blue #010458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.3%

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

R = 1.08%
G = 4.3%
B = 94.62%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#010458 (or 0x010458) is known color: Midnight Blue. HEX triplet: 01, 04 and 58. RGB value is (1,4,88). Sum of RGB (Red+Green+Blue) = 1+4+88=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 88 (34.77% from 255 or 94.62% from 93); Max value from RGB is 88 - color contains mainly: blue. Hex color #010458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010458 is #FEFBA7. Grayscale: #0C0C0C. Windows color (decimal): -16710568 or 5768193. OLE color: 5768193.

HSL color Cylindrical-coordinate representation of color #010458: hue angle of 237.93º 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 #010458 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 4 88 -
CMYK 0.99 0.95 0 0.65
HSL 237.93º 0.98% 0.17% -
HSV(B) 237.93º 0.99% 0.35% -
XYZ 1.82 0.8 9.29 -
YUV 12.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 1 4 88 0.99 0.95 0 0.65 237.93 0.98 0.17
Hex 1 4 58 63 5F 0 41 EE 62 11
Octal 1 4 130 143 137 0 101 356 142 21
Binary 1 100 1011000 1100011 1011111 0 1000001 11101110 1100010 10001

Color Harmonies of #010458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010458

Black with #010458

Text Example


Text Example

White with #010458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010458; }

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

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

background-color css

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

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

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

border-color css

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

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

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