Html Css Color HEX #000355 Midnight Blue

📋 copy color: '#000355'

red 0 ◦ green 3 ◦ blue 85

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

Shades of Midnight Blue #000355

Tints of Midnight Blue #000355

RGB

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

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

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

R = 0%
G = 3.41%
B = 96.59%

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

#000355 (or 0x000355) is known color: Midnight Blue. HEX triplet: 00, 03 and 55. RGB value is (0,3,85). Sum of RGB (Red+Green+Blue) = 0+3+85=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 85 (33.59% from 255 or 96.59% from 88); Max value from RGB is 85 - color contains mainly: blue. Hex color #000355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000355 is #FFFCAA. Grayscale: #0B0B0B. Windows color (decimal): -16776363 or 5571328. OLE color: 5571328.

HSL color Cylindrical-coordinate representation of color #000355: hue angle of 237.88º 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 #000355 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 3 85 -
CMYK 1 0.96 0 0.67
HSL 237.88º 1% 0.17% -
HSV(B) 237.88º 1% 0.33% -
XYZ 1.67 0.72 8.65 -
YUV 11.45 169.51 119.83 -
System Red Green Blue C M Y K H S L
Decimal 0 3 85 1 0.96 0 0.67 237.88 1 0.17
Hex 0 3 55 64 60 0 43 EE 64 11
Octal 0 3 125 144 140 0 103 356 144 21
Binary 0 11 1010101 1100100 1100000 0 1000011 11101110 1100100 10001

Color Harmonies of #000355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000355

Black with #000355

Text Example


Text Example

White with #000355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000355; }

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

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

background-color css

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

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

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

border-color css

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

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

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