Html Css Color HEX #000546 Midnight Express

📋 copy color: '#000546'

red 0 ◦ green 5 ◦ blue 70

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

Shades of Midnight Express #000546

Tints of Midnight Express #000546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 93.33%

R = 0%
G = 6.67%
B = 93.33%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#000546 (or 0x000546) is known color: Midnight Express. HEX triplet: 00, 05 and 46. RGB value is (0,5,70). Sum of RGB (Red+Green+Blue) = 0+5+70=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 70 (27.73% from 255 or 93.33% from 75); Max value from RGB is 70 - color contains mainly: blue. Hex color #000546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000546 is #FFFAB9. Grayscale: #0A0A0A. Windows color (decimal): -16775866 or 4588800. OLE color: 4588800.

HSL color Cylindrical-coordinate representation of color #000546: hue angle of 235.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000546 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 5 70 -
CMYK 1 0.93 0 0.73
HSL 235.71º 1% 0.14% -
HSV(B) 235.71º 1% 0.27% -
XYZ 1.16 0.55 5.84 -
YUV 10.92 161.34 120.21 -
System Red Green Blue C M Y K H S L
Decimal 0 5 70 1 0.93 0 0.73 235.71 1 0.14
Hex 0 5 46 64 5D 0 49 EC 64 E
Octal 0 5 106 144 135 0 111 354 144 16
Binary 0 101 1000110 1100100 1011101 0 1001001 11101100 1100100 1110

Color Harmonies of #000546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000546

Black with #000546

Text Example


Text Example

White with #000546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000546; }

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

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

background-color css

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

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

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

border-color css

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

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

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