Html Css Color HEX #02149B New Midnight Blue

📋 copy color: '#02149B'

red 2 ◦ green 20 ◦ blue 155

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

Shades of New Midnight Blue #02149B

Tints of New Midnight Blue #02149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.3%

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

R = 1.13%
G = 11.3%
B = 87.57%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02149B (or 0x02149B) is known color: New Midnight Blue. HEX triplet: 02, 14 and 9B. RGB value is (2,20,155). Sum of RGB (Red+Green+Blue) = 2+20+155=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 155 (60.94% from 255 or 87.57% from 177); Max value from RGB is 155 - color contains mainly: blue. Hex color #02149B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02149B is #FDEB64. Grayscale: #1D1D1D. Windows color (decimal): -16640869 or 10163202. OLE color: 10163202.

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

Color convert

RGB 2 20 155 -
CMYK 0.99 0.87 0 0.39
HSL 232.94º 0.97% 0.31% -
HSV(B) 232.94º 0.99% 0.61% -
XYZ 6.19 2.88 31.24 -
YUV 30.01 198.54 108.02 -
System Red Green Blue C M Y K H S L
Decimal 2 20 155 0.99 0.87 0 0.39 232.94 0.97 0.31
Hex 2 14 9B 63 57 0 27 E9 61 1F
Octal 2 24 233 143 127 0 47 351 141 37
Binary 10 10100 10011011 1100011 1010111 0 100111 11101001 1100001 11111

Color Harmonies of #02149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02149B

Black with #02149B

Text Example


Text Example

White with #02149B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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