Html Css Color HEX #000558 Midnight Blue

📋 copy color: '#000558'

red 0 ◦ green 5 ◦ blue 88

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

Shades of Midnight Blue #000558

Tints of Midnight Blue #000558

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 5.38%
B = 94.62%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#000558 (or 0x000558) is known color: Midnight Blue. HEX triplet: 00, 05 and 58. RGB value is (0,5,88). Sum of RGB (Red+Green+Blue) = 0+5+88=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 5 (2.34% from 255 or 5.38% 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 #000558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000558 is #FFFAA7. Grayscale: #0C0C0C. Windows color (decimal): -16775848 or 5768448. OLE color: 5768448.

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

Color convert

RGB 0 5 88 -
CMYK 1 0.94 0 0.65
HSL 236.59º 1% 0.17% -
HSV(B) 236.59º 1% 0.35% -
XYZ 1.82 0.81 9.29 -
YUV 12.97 170.34 118.75 -
System Red Green Blue C M Y K H S L
Decimal 0 5 88 1 0.94 0 0.65 236.59 1 0.17
Hex 0 5 58 64 5E 0 41 ED 64 11
Octal 0 5 130 144 136 0 101 355 144 21
Binary 0 101 1011000 1100100 1011110 0 1000001 11101101 1100100 10001

Color Harmonies of #000558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000558

Black with #000558

Text Example


Text Example

White with #000558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000558; }

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

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

background-color css

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

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

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

border-color css

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

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

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