Html Css Color HEX #020698 New Midnight Blue

📋 copy color: '#020698'

red 2 ◦ green 6 ◦ blue 152

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

Shades of New Midnight Blue #020698

Tints of New Midnight Blue #020698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.75%

 BLUE value IS 152 (59.77% from 255) = 95%

R = 1.25%
G = 3.75%
B = 95%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#020698 (or 0x020698) is known color: New Midnight Blue. HEX triplet: 02, 06 and 98. RGB value is (2,6,152). Sum of RGB (Red+Green+Blue) = 2+6+152=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 152 (59.77% from 255 or 95% from 160); Max value from RGB is 152 - color contains mainly: blue. Hex color #020698 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020698 is #FDF967. Grayscale: #141414. Windows color (decimal): -16644456 or 9963010. OLE color: 9963010.

HSL color Cylindrical-coordinate representation of color #020698: hue angle of 238.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020698 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 6 152 -
CMYK 0.99 0.96 0 0.40
HSL 238.4º 0.97% 0.3% -
HSV(B) 238.4º 0.99% 0.6% -
XYZ 5.76 2.41 29.87 -
YUV 21.45 201.67 114.13 -
System Red Green Blue C M Y K H S L
Decimal 2 6 152 0.99 0.96 0 0.40 238.4 0.97 0.3
Hex 2 6 98 63 60 0 28 EE 61 1E
Octal 2 6 230 143 140 0 50 356 141 36
Binary 10 110 10011000 1100011 1100000 0 101000 11101110 1100001 11110

Color Harmonies of #020698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020698

Black with #020698

Text Example


Text Example

White with #020698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020698; }

 p { color: rgb(2,6,152); }

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

background-color css

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

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

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

border-color css

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

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

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