Html Css Color HEX #020C9B New Midnight Blue

📋 copy color: '#020C9B'

red 2 ◦ green 12 ◦ blue 155

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

Shades of New Midnight Blue #020C9B

Tints of New Midnight Blue #020C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 91.72%

R = 1.18%
G = 7.1%
B = 91.72%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#020C9B (or 0x020C9B) is known color: New Midnight Blue. HEX triplet: 02, 0C and 9B. RGB value is (2,12,155). Sum of RGB (Red+Green+Blue) = 2+12+155=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 155 (60.94% from 255 or 91.72% from 169); Max value from RGB is 155 - color contains mainly: blue. Hex color #020C9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020C9B is #FDF364. Grayscale: #181818. Windows color (decimal): -16642917 or 10161154. OLE color: 10161154.

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

Color convert

RGB 2 12 155 -
CMYK 0.99 0.92 0 0.39
HSL 236.08º 0.97% 0.31% -
HSV(B) 236.08º 0.99% 0.61% -
XYZ 6.07 2.64 31.2 -
YUV 25.31 201.19 111.37 -
System Red Green Blue C M Y K H S L
Decimal 2 12 155 0.99 0.92 0 0.39 236.08 0.97 0.31
Hex 2 C 9B 63 5C 0 27 EC 61 1F
Octal 2 14 233 143 134 0 47 354 141 37
Binary 10 1100 10011011 1100011 1011100 0 100111 11101100 1100001 11111

Color Harmonies of #020C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C9B

Black with #020C9B

Text Example


Text Example

White with #020C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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