Html Css Color HEX #020296 New Midnight Blue

📋 copy color: '#020296'

red 2 ◦ green 2 ◦ blue 150

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

Shades of New Midnight Blue #020296

Tints of New Midnight Blue #020296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

 BLUE value IS 150 (58.98% from 255) = 97.4%

R = 1.3%
G = 1.3%
B = 97.4%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#020296 (or 0x020296) is known color: New Midnight Blue. HEX triplet: 02, 02 and 96. RGB value is (2,2,150). Sum of RGB (Red+Green+Blue) = 2+2+150=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 150 (58.98% from 255 or 97.40% from 154); Max value from RGB is 150 - color contains mainly: blue. Hex color #020296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020296 is #FDFD69. Grayscale: #121212. Windows color (decimal): -16645482 or 9830914. OLE color: 9830914.

HSL color Cylindrical-coordinate representation of color #020296: hue angle of 240º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020296 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 2 150 -
CMYK 0.99 0.99 0 0.41
HSL 240º 0.97% 0.3% -
HSV(B) 240º 0.99% 0.59% -
XYZ 5.55 2.26 29 -
YUV 18.87 202 115.97 -
System Red Green Blue C M Y K H S L
Decimal 2 2 150 0.99 0.99 0 0.41 240 0.97 0.3
Hex 2 2 96 63 63 0 29 F0 61 1E
Octal 2 2 226 143 143 0 51 360 141 36
Binary 10 10 10010110 1100011 1100011 0 101001 11110000 1100001 11110

Color Harmonies of #020296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020296

Black with #020296

Text Example


Text Example

White with #020296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020296; }

 p { color: rgb(2,2,150); }

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

background-color css

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

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

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

border-color css

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

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

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