Html Css Color HEX #020752 Midnight Blue

📋 copy color: '#020752'

red 2 ◦ green 7 ◦ blue 82

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

Shades of Midnight Blue #020752

Tints of Midnight Blue #020752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.69%

 BLUE value IS 82 (32.42% from 255) = 90.11%

R = 2.2%
G = 7.69%
B = 90.11%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#020752 (or 0x020752) is known color: Midnight Blue. HEX triplet: 02, 07 and 52. RGB value is (2,7,82). Sum of RGB (Red+Green+Blue) = 2+7+82=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 82 (32.42% from 255 or 90.11% from 91); Max value from RGB is 82 - color contains mainly: blue. Hex color #020752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020752 is #FDF8AD. Grayscale: #0D0D0D. Windows color (decimal): -16644270 or 5375746. OLE color: 5375746.

HSL color Cylindrical-coordinate representation of color #020752: hue angle of 236.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020752 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 7 82 -
CMYK 0.98 0.91 0 0.68
HSL 236.25º 0.95% 0.16% -
HSV(B) 236.25º 0.98% 0.32% -
XYZ 1.62 0.77 8.05 -
YUV 14.06 166.34 119.4 -
System Red Green Blue C M Y K H S L
Decimal 2 7 82 0.98 0.91 0 0.68 236.25 0.95 0.16
Hex 2 7 52 62 5B 0 44 EC 5F 10
Octal 2 7 122 142 133 0 104 354 137 20
Binary 10 111 1010010 1100010 1011011 0 1000100 11101100 1011111 10000

Color Harmonies of #020752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020752

Black with #020752

Text Example


Text Example

White with #020752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020752; }

 p { color: rgb(2,7,82); }

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

background-color css

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

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

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

border-color css

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

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

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