Html Css Color HEX #02119C New Midnight Blue

📋 copy color: '#02119C'

red 2 ◦ green 17 ◦ blue 156

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

Shades of New Midnight Blue #02119C

Tints of New Midnight Blue #02119C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.71%

 BLUE value IS 156 (61.33% from 255) = 89.14%

R = 1.14%
G = 9.71%
B = 89.14%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02119C (or 0x02119C) is known color: New Midnight Blue. HEX triplet: 02, 11 and 9C. RGB value is (2,17,156). Sum of RGB (Red+Green+Blue) = 2+17+156=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 156 (61.33% from 255 or 89.14% from 175); Max value from RGB is 156 - color contains mainly: blue. Hex color #02119C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02119C is #FDEE63. Grayscale: #1B1B1B. Windows color (decimal): -16641636 or 10227970. OLE color: 10227970.

HSL color Cylindrical-coordinate representation of color #02119C: hue angle of 234.16º 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 #02119C is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 17 156 -
CMYK 0.99 0.89 0 0.39
HSL 234.16º 0.97% 0.31% -
HSV(B) 234.16º 0.99% 0.61% -
XYZ 6.23 2.81 31.67 -
YUV 28.36 200.03 109.2 -
System Red Green Blue C M Y K H S L
Decimal 2 17 156 0.99 0.89 0 0.39 234.16 0.97 0.31
Hex 2 11 9C 63 59 0 27 EA 61 1F
Octal 2 21 234 143 131 0 47 352 141 37
Binary 10 10001 10011100 1100011 1011001 0 100111 11101010 1100001 11111

Color Harmonies of #02119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02119C

Black with #02119C

Text Example


Text Example

White with #02119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02119C; }

 p { color: rgb(2,17,156); }

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

background-color css

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

 a { background-color: rgb(2,17,156); }

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

border-color css

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

 span { border-color: rgb(2,17,156); }

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