Html Css Color HEX #020C98 New Midnight Blue

📋 copy color: '#020C98'

red 2 ◦ green 12 ◦ blue 152

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

Shades of New Midnight Blue #020C98

Tints of New Midnight Blue #020C98

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.23%

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

R = 1.2%
G = 7.23%
B = 91.57%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#020C98 (or 0x020C98) is known color: New Midnight Blue. HEX triplet: 02, 0C and 98. RGB value is (2,12,152). Sum of RGB (Red+Green+Blue) = 2+12+152=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 152 (59.77% from 255 or 91.57% from 166); Max value from RGB is 152 - color contains mainly: blue. Hex color #020C98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020C98 is #FDF367. Grayscale: #181818. Windows color (decimal): -16642920 or 9964546. OLE color: 9964546.

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

Color convert

RGB 2 12 152 -
CMYK 0.99 0.92 0 0.40
HSL 236º 0.97% 0.3% -
HSV(B) 236º 0.99% 0.6% -
XYZ 5.82 2.54 29.89 -
YUV 24.97 199.69 111.62 -
System Red Green Blue C M Y K H S L
Decimal 2 12 152 0.99 0.92 0 0.40 236 0.97 0.3
Hex 2 C 98 63 5C 0 28 EC 61 1E
Octal 2 14 230 143 134 0 50 354 141 36
Binary 10 1100 10011000 1100011 1011100 0 101000 11101100 1100001 11110

Color Harmonies of #020C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C98

Black with #020C98

Text Example


Text Example

White with #020C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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