Html Css Color HEX #000354 Midnight Blue

📋 copy color: '#000354'

red 0 ◦ green 3 ◦ blue 84

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

Shades of Midnight Blue #000354

Tints of Midnight Blue #000354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.45%

 BLUE value IS 84 (33.2% from 255) = 96.55%

R = 0%
G = 3.45%
B = 96.55%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#000354 (or 0x000354) is known color: Midnight Blue. HEX triplet: 00, 03 and 54. RGB value is (0,3,84). Sum of RGB (Red+Green+Blue) = 0+3+84=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 84 (33.20% from 255 or 96.55% from 87); Max value from RGB is 84 - color contains mainly: blue. Hex color #000354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000354 is #FFFCAB. Grayscale: #0B0B0B. Windows color (decimal): -16776364 or 5505792. OLE color: 5505792.

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

Color convert

RGB 0 3 84 -
CMYK 1 0.96 0 0.67
HSL 237.86º 1% 0.16% -
HSV(B) 237.86º 1% 0.33% -
XYZ 1.63 0.71 8.44 -
YUV 11.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 0 3 84 1 0.96 0 0.67 237.86 1 0.16
Hex 0 3 54 64 60 0 43 EE 64 10
Octal 0 3 124 144 140 0 103 356 144 20
Binary 0 11 1010100 1100100 1100000 0 1000011 11101110 1100100 10000

Color Harmonies of #000354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000354

Black with #000354

Text Example


Text Example

White with #000354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000354; }

 p { color: rgb(0,3,84); }

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

background-color css

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

 a { background-color: rgb(0,3,84); }

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

border-color css

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

 span { border-color: rgb(0,3,84); }

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