Html Css Color HEX #02053F Midnight Express

📋 copy color: '#02053F'

red 2 ◦ green 5 ◦ blue 63

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

Shades of Midnight Express #02053F

Tints of Midnight Express #02053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 90%

R = 2.86%
G = 7.14%
B = 90%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#02053F (or 0x02053F) is known color: Midnight Express. HEX triplet: 02, 05 and 3F. RGB value is (2,5,63). Sum of RGB (Red+Green+Blue) = 2+5+63=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 63 (25% from 255 or 90% from 70); Max value from RGB is 63 - color contains mainly: blue. Hex color #02053F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02053F is #FDFAC0. Grayscale: #0A0A0A. Windows color (decimal): -16644801 or 4130050. OLE color: 4130050.

HSL color Cylindrical-coordinate representation of color #02053F: hue angle of 237.05º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02053F is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 5 63 -
CMYK 0.97 0.92 0 0.75
HSL 237.05º 0.94% 0.13% -
HSV(B) 237.05º 0.97% 0.25% -
XYZ 0.98 0.48 4.74 -
YUV 10.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 2 5 63 0.97 0.92 0 0.75 237.05 0.94 0.13
Hex 2 5 3F 61 5C 0 4B ED 5E D
Octal 2 5 77 141 134 0 113 355 136 15
Binary 10 101 111111 1100001 1011100 0 1001011 11101101 1011110 1101

Color Harmonies of #02053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02053F

Black with #02053F

Text Example


Text Example

White with #02053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02053F; }

 p { color: rgb(2,5,63); }

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

background-color css

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

 a { background-color: rgb(2,5,63); }

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

border-color css

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

 span { border-color: rgb(2,5,63); }

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