Html Css Color HEX #02149D New Midnight Blue

📋 copy color: '#02149D'

red 2 ◦ green 20 ◦ blue 157

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

Shades of New Midnight Blue #02149D

Tints of New Midnight Blue #02149D

RGB

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

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

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

R = 1.12%
G = 11.17%
B = 87.71%

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

#02149D (or 0x02149D) is known color: New Midnight Blue. HEX triplet: 02, 14 and 9D. RGB value is (2,20,157). Sum of RGB (Red+Green+Blue) = 2+20+157=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 157 (61.72% from 255 or 87.71% from 179); Max value from RGB is 157 - color contains mainly: blue. Hex color #02149D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02149D is #FDEB62. Grayscale: #1D1D1D. Windows color (decimal): -16640867 or 10294274. OLE color: 10294274.

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

Color convert

RGB 2 20 157 -
CMYK 0.99 0.87 0 0.38
HSL 233.03º 0.97% 0.31% -
HSV(B) 233.03º 0.99% 0.62% -
XYZ 6.36 2.95 32.13 -
YUV 30.24 199.54 107.86 -
System Red Green Blue C M Y K H S L
Decimal 2 20 157 0.99 0.87 0 0.38 233.03 0.97 0.31
Hex 2 14 9D 63 57 0 26 E9 61 1F
Octal 2 24 235 143 127 0 46 351 141 37
Binary 10 10100 10011101 1100011 1010111 0 100110 11101001 1100001 11111

Color Harmonies of #02149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02149D

Black with #02149D

Text Example


Text Example

White with #02149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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