Html Css Color HEX #020998 New Midnight Blue

📋 copy color: '#020998'

red 2 ◦ green 9 ◦ blue 152

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

Shades of New Midnight Blue #020998

Tints of New Midnight Blue #020998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.52%

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

R = 1.23%
G = 5.52%
B = 93.25%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#020998 (or 0x020998) is known color: New Midnight Blue. HEX triplet: 02, 09 and 98. RGB value is (2,9,152). Sum of RGB (Red+Green+Blue) = 2+9+152=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 152 (59.77% from 255 or 93.25% from 163); Max value from RGB is 152 - color contains mainly: blue. Hex color #020998 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020998 is #FDF667. Grayscale: #161616. Windows color (decimal): -16643688 or 9963778. OLE color: 9963778.

HSL color Cylindrical-coordinate representation of color #020998: hue angle of 237.2º 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 #020998 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 9 152 -
CMYK 0.99 0.94 0 0.40
HSL 237.2º 0.97% 0.3% -
HSV(B) 237.2º 0.99% 0.6% -
XYZ 5.79 2.48 29.88 -
YUV 23.21 200.68 112.87 -
System Red Green Blue C M Y K H S L
Decimal 2 9 152 0.99 0.94 0 0.40 237.2 0.97 0.3
Hex 2 9 98 63 5E 0 28 ED 61 1E
Octal 2 11 230 143 136 0 50 355 141 36
Binary 10 1001 10011000 1100011 1011110 0 101000 11101101 1100001 11110

Color Harmonies of #020998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020998

Black with #020998

Text Example


Text Example

White with #020998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020998; }

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

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

background-color css

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

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

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

border-color css

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

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

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