Html Css Color HEX #020C95 New Midnight Blue

📋 copy color: '#020C95'

red 2 ◦ green 12 ◦ blue 149

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

Shades of New Midnight Blue #020C95

Tints of New Midnight Blue #020C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 91.41%

R = 1.23%
G = 7.36%
B = 91.41%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#020C95 (or 0x020C95) is known color: New Midnight Blue. HEX triplet: 02, 0C and 95. RGB value is (2,12,149). Sum of RGB (Red+Green+Blue) = 2+12+149=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 149 (58.59% from 255 or 91.41% from 163); Max value from RGB is 149 - color contains mainly: blue. Hex color #020C95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020C95 is #FDF36A. Grayscale: #181818. Windows color (decimal): -16642923 or 9767938. OLE color: 9767938.

HSL color Cylindrical-coordinate representation of color #020C95: hue angle of 235.92º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020C95 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 12 149 -
CMYK 0.99 0.92 0 0.42
HSL 235.92º 0.97% 0.3% -
HSV(B) 235.92º 0.99% 0.58% -
XYZ 5.58 2.45 28.61 -
YUV 24.63 198.19 111.86 -
System Red Green Blue C M Y K H S L
Decimal 2 12 149 0.99 0.92 0 0.42 235.92 0.97 0.3
Hex 2 C 95 63 5C 0 2A EC 61 1E
Octal 2 14 225 143 134 0 52 354 141 36
Binary 10 1100 10010101 1100011 1011100 0 101010 11101100 1100001 11110

Color Harmonies of #020C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C95

Black with #020C95

Text Example


Text Example

White with #020C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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