Html Css Color HEX #02119F New Midnight Blue

📋 copy color: '#02119F'

red 2 ◦ green 17 ◦ blue 159

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

Shades of New Midnight Blue #02119F

Tints of New Midnight Blue #02119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 89.33%

R = 1.12%
G = 9.55%
B = 89.33%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02119F (or 0x02119F) is known color: New Midnight Blue. HEX triplet: 02, 11 and 9F. RGB value is (2,17,159). Sum of RGB (Red+Green+Blue) = 2+17+159=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 159 (62.5% from 255 or 89.33% from 178); Max value from RGB is 159 - color contains mainly: blue. Hex color #02119F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02119F is #FDEE60. Grayscale: #1C1C1C. Windows color (decimal): -16641633 or 10424578. OLE color: 10424578.

HSL color Cylindrical-coordinate representation of color #02119F: hue angle of 234.27º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02119F is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 17 159 -
CMYK 0.99 0.89 0 0.38
HSL 234.27º 0.98% 0.32% -
HSV(B) 234.27º 0.99% 0.62% -
XYZ 6.48 2.92 33.02 -
YUV 28.7 201.53 108.95 -
System Red Green Blue C M Y K H S L
Decimal 2 17 159 0.99 0.89 0 0.38 234.27 0.98 0.32
Hex 2 11 9F 63 59 0 26 EA 62 20
Octal 2 21 237 143 131 0 46 352 142 40
Binary 10 10001 10011111 1100011 1011001 0 100110 11101010 1100010 100000

Color Harmonies of #02119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02119F

Black with #02119F

Text Example


Text Example

White with #02119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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