Html Css Color HEX #02159B New Midnight Blue

📋 copy color: '#02159B'

red 2 ◦ green 21 ◦ blue 155

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

Shades of New Midnight Blue #02159B

Tints of New Midnight Blue #02159B

RGB

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

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

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

R = 1.12%
G = 11.8%
B = 87.08%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02159B (or 0x02159B) is known color: New Midnight Blue. HEX triplet: 02, 15 and 9B. RGB value is (2,21,155). Sum of RGB (Red+Green+Blue) = 2+21+155=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 155 (60.94% from 255 or 87.08% from 178); Max value from RGB is 155 - color contains mainly: blue. Hex color #02159B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02159B is #FDEA64. Grayscale: #1E1E1E. Windows color (decimal): -16640613 or 10163458. OLE color: 10163458.

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

Color convert

RGB 2 21 155 -
CMYK 0.99 0.86 0 0.39
HSL 232.55º 0.97% 0.31% -
HSV(B) 232.55º 0.99% 0.61% -
XYZ 6.21 2.92 31.25 -
YUV 30.6 198.21 107.6 -
System Red Green Blue C M Y K H S L
Decimal 2 21 155 0.99 0.86 0 0.39 232.55 0.97 0.31
Hex 2 15 9B 63 56 0 27 E9 61 1F
Octal 2 25 233 143 126 0 47 351 141 37
Binary 10 10101 10011011 1100011 1010110 0 100111 11101001 1100001 11111

Color Harmonies of #02159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02159B

Black with #02159B

Text Example


Text Example

White with #02159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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