Html Css Color HEX #02159D New Midnight Blue

📋 copy color: '#02159D'

red 2 ◦ green 21 ◦ blue 157

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

Shades of New Midnight Blue #02159D

Tints of New Midnight Blue #02159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

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

R = 1.11%
G = 11.67%
B = 87.22%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02159D (or 0x02159D) is known color: New Midnight Blue. HEX triplet: 02, 15 and 9D. RGB value is (2,21,157). Sum of RGB (Red+Green+Blue) = 2+21+157=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 157 (61.72% from 255 or 87.22% from 180); Max value from RGB is 157 - color contains mainly: blue. Hex color #02159D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02159D is #FDEA62. Grayscale: #1E1E1E. Windows color (decimal): -16640611 or 10294530. OLE color: 10294530.

HSL color Cylindrical-coordinate representation of color #02159D: hue angle of 232.65º 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 #02159D is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 21 157 -
CMYK 0.99 0.87 0 0.38
HSL 232.65º 0.97% 0.31% -
HSV(B) 232.65º 0.99% 0.62% -
XYZ 6.38 2.98 32.14 -
YUV 30.82 199.21 107.44 -
System Red Green Blue C M Y K H S L
Decimal 2 21 157 0.99 0.87 0 0.38 232.65 0.97 0.31
Hex 2 15 9D 63 57 0 26 E9 61 1F
Octal 2 25 235 143 127 0 46 351 141 37
Binary 10 10101 10011101 1100011 1010111 0 100110 11101001 1100001 11111

Color Harmonies of #02159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02159D

Black with #02159D

Text Example


Text Example

White with #02159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02159D; }

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

 H1.HeaderClassName
 {
   color: #02159D;
 }
 .AnyTagClassName
 {
   color: #02159D;
 }
</style>

background-color css

<style>
 a { background-color: #02159D; }

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

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

border-color css

<style>
 span { border-color: #02159D; }

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

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