Html Css Color HEX #020253 Midnight Blue

📋 copy color: '#020253'

red 2 ◦ green 2 ◦ blue 83

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

Shades of Midnight Blue #020253

Tints of Midnight Blue #020253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.3%

 BLUE value IS 83 (32.81% from 255) = 95.4%

R = 2.3%
G = 2.3%
B = 95.4%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#020253 (or 0x020253) is known color: Midnight Blue. HEX triplet: 02, 02 and 53. RGB value is (2,2,83). Sum of RGB (Red+Green+Blue) = 2+2+83=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 83 (32.81% from 255 or 95.40% from 87); Max value from RGB is 83 - color contains mainly: blue. Hex color #020253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020253 is #FDFDAC. Grayscale: #0A0A0A. Windows color (decimal): -16645549 or 5440002. OLE color: 5440002.

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

Color convert

RGB 2 2 83 -
CMYK 0.98 0.98 0 0.67
HSL 240º 0.95% 0.17% -
HSV(B) 240º 0.98% 0.33% -
XYZ 1.61 0.68 8.23 -
YUV 11.23 168.5 121.41 -
System Red Green Blue C M Y K H S L
Decimal 2 2 83 0.98 0.98 0 0.67 240 0.95 0.17
Hex 2 2 53 62 62 0 43 F0 5F 11
Octal 2 2 123 142 142 0 103 360 137 21
Binary 10 10 1010011 1100010 1100010 0 1000011 11110000 1011111 10001

Color Harmonies of #020253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020253

Black with #020253

Text Example


Text Example

White with #020253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020253; }

 p { color: rgb(2,2,83); }

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

background-color css

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

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

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

border-color css

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

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

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