Html Css Color HEX #020355 Midnight Blue

📋 copy color: '#020355'

red 2 ◦ green 3 ◦ blue 85

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

Shades of Midnight Blue #020355

Tints of Midnight Blue #020355

RGB

 RED value IS 2 (1.17% from 255) = 2.22%

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

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

R = 2.22%
G = 3.33%
B = 94.44%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#020355 (or 0x020355) is known color: Midnight Blue. HEX triplet: 02, 03 and 55. RGB value is (2,3,85). Sum of RGB (Red+Green+Blue) = 2+3+85=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 3 (1.56% from 255 or 3.33% 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 #020355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020355 is #FDFCAA. Grayscale: #0B0B0B. Windows color (decimal): -16645291 or 5571330. OLE color: 5571330.

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

Color convert

RGB 2 3 85 -
CMYK 0.98 0.96 0 0.67
HSL 239.28º 0.95% 0.17% -
HSV(B) 239.28º 0.98% 0.33% -
XYZ 1.7 0.73 8.65 -
YUV 12.05 169.17 120.83 -
System Red Green Blue C M Y K H S L
Decimal 2 3 85 0.98 0.96 0 0.67 239.28 0.95 0.17
Hex 2 3 55 62 60 0 43 EF 5F 11
Octal 2 3 125 142 140 0 103 357 137 21
Binary 10 11 1010101 1100010 1100000 0 1000011 11101111 1011111 10001

Color Harmonies of #020355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020355

Black with #020355

Text Example


Text Example

White with #020355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020355; }

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

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

background-color css

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

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

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

border-color css

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

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

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