Html Css Color HEX #020248 Midnight Blue

📋 copy color: '#020248'

red 2 ◦ green 2 ◦ blue 72

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

Shades of Midnight Blue #020248

Tints of Midnight Blue #020248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 94.74%

R = 2.63%
G = 2.63%
B = 94.74%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#020248 (or 0x020248) is known color: Midnight Blue. HEX triplet: 02, 02 and 48. RGB value is (2,2,72). Sum of RGB (Red+Green+Blue) = 2+2+72=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 72 (28.52% from 255 or 94.74% from 76); Max value from RGB is 72 - color contains mainly: blue. Hex color #020248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020248 is #FDFDB7. Grayscale: #090909. Windows color (decimal): -16645560 or 4719106. OLE color: 4719106.

HSL color Cylindrical-coordinate representation of color #020248: hue angle of 240º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020248 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 2 72 -
CMYK 0.97 0.97 0 0.72
HSL 240º 0.95% 0.15% -
HSV(B) 240º 0.97% 0.28% -
XYZ 1.22 0.52 6.17 -
YUV 9.98 163 122.31 -
System Red Green Blue C M Y K H S L
Decimal 2 2 72 0.97 0.97 0 0.72 240 0.95 0.15
Hex 2 2 48 61 61 0 48 F0 5F F
Octal 2 2 110 141 141 0 110 360 137 17
Binary 10 10 1001000 1100001 1100001 0 1001000 11110000 1011111 1111

Color Harmonies of #020248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020248

Black with #020248

Text Example


Text Example

White with #020248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020248; }

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

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

background-color css

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

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

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

border-color css

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

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

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