Html Css Color HEX #020758 Midnight Blue

📋 copy color: '#020758'

red 2 ◦ green 7 ◦ blue 88

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

Shades of Midnight Blue #020758

Tints of Midnight Blue #020758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 90.72%

R = 2.06%
G = 7.22%
B = 90.72%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#020758 (or 0x020758) is known color: Midnight Blue. HEX triplet: 02, 07 and 58. RGB value is (2,7,88). Sum of RGB (Red+Green+Blue) = 2+7+88=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 88 (34.77% from 255 or 90.72% from 97); Max value from RGB is 88 - color contains mainly: blue. Hex color #020758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020758 is #FDF8A7. Grayscale: #0E0E0E. Windows color (decimal): -16644264 or 5768962. OLE color: 5768962.

HSL color Cylindrical-coordinate representation of color #020758: hue angle of 236.51º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020758 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 7 88 -
CMYK 0.98 0.92 0 0.65
HSL 236.51º 0.96% 0.18% -
HSV(B) 236.51º 0.98% 0.35% -
XYZ 1.86 0.87 9.3 -
YUV 14.74 169.34 118.91 -
System Red Green Blue C M Y K H S L
Decimal 2 7 88 0.98 0.92 0 0.65 236.51 0.96 0.18
Hex 2 7 58 62 5C 0 41 ED 60 12
Octal 2 7 130 142 134 0 101 355 140 22
Binary 10 111 1011000 1100010 1011100 0 1000001 11101101 1100000 10010

Color Harmonies of #020758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020758

Black with #020758

Text Example


Text Example

White with #020758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020758; }

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

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

background-color css

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

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

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

border-color css

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

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

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