Html Css Color HEX #000555 Midnight Blue

📋 copy color: '#000555'

red 0 ◦ green 5 ◦ blue 85

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

Shades of Midnight Blue #000555

Tints of Midnight Blue #000555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 94.44%

R = 0%
G = 5.56%
B = 94.44%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#000555 (or 0x000555) is known color: Midnight Blue. HEX triplet: 00, 05 and 55. RGB value is (0,5,85). Sum of RGB (Red+Green+Blue) = 0+5+85=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 85 (33.59% from 255 or 94.44% from 90); Max value from RGB is 85 - color contains mainly: blue. Hex color #000555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000555 is #FFFAAA. Grayscale: #0C0C0C. Windows color (decimal): -16775851 or 5571840. OLE color: 5571840.

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

Color convert

RGB 0 5 85 -
CMYK 1 0.94 0 0.67
HSL 236.47º 1% 0.17% -
HSV(B) 236.47º 1% 0.33% -
XYZ 1.69 0.76 8.65 -
YUV 12.63 168.84 119 -
System Red Green Blue C M Y K H S L
Decimal 0 5 85 1 0.94 0 0.67 236.47 1 0.17
Hex 0 5 55 64 5E 0 43 EC 64 11
Octal 0 5 125 144 136 0 103 354 144 21
Binary 0 101 1010101 1100100 1011110 0 1000011 11101100 1100100 10001

Color Harmonies of #000555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000555

Black with #000555

Text Example


Text Example

White with #000555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000555; }

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

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

background-color css

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

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

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

border-color css

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

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

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