Html Css Color HEX #020C9D New Midnight Blue

📋 copy color: '#020C9D'

red 2 ◦ green 12 ◦ blue 157

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

Shades of New Midnight Blue #020C9D

Tints of New Midnight Blue #020C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 91.81%

R = 1.17%
G = 7.02%
B = 91.81%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#020C9D (or 0x020C9D) is known color: New Midnight Blue. HEX triplet: 02, 0C and 9D. RGB value is (2,12,157). Sum of RGB (Red+Green+Blue) = 2+12+157=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 157 (61.72% from 255 or 91.81% from 171); Max value from RGB is 157 - color contains mainly: blue. Hex color #020C9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020C9D is #FDF362. Grayscale: #181818. Windows color (decimal): -16642915 or 10292226. OLE color: 10292226.

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

Color convert

RGB 2 12 157 -
CMYK 0.99 0.92 0 0.38
HSL 236.13º 0.97% 0.31% -
HSV(B) 236.13º 0.99% 0.62% -
XYZ 6.24 2.71 32.09 -
YUV 25.54 202.19 111.21 -
System Red Green Blue C M Y K H S L
Decimal 2 12 157 0.99 0.92 0 0.38 236.13 0.97 0.31
Hex 2 C 9D 63 5C 0 26 EC 61 1F
Octal 2 14 235 143 134 0 46 354 141 37
Binary 10 1100 10011101 1100011 1011100 0 100110 11101100 1100001 11111

Color Harmonies of #020C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C9D

Black with #020C9D

Text Example


Text Example

White with #020C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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