Html Css Color HEX #020095 New Midnight Blue

📋 copy color: '#020095'

red 2 ◦ green 0 ◦ blue 149

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

Shades of New Midnight Blue #020095

Tints of New Midnight Blue #020095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 98.68%

R = 1.32%
G = 0%
B = 98.68%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#020095 (or 0x020095) is known color: New Midnight Blue. HEX triplet: 02, 00 and 95. RGB value is (2,0,149). Sum of RGB (Red+Green+Blue) = 2+0+149=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 149 (58.59% from 255 or 98.68% from 151); Max value from RGB is 149 - color contains mainly: blue. Hex color #020095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020095 is #FDFF6A. Grayscale: #101010. Windows color (decimal): -16645995 or 9764866. OLE color: 9764866.

HSL color Cylindrical-coordinate representation of color #020095: hue angle of 240.81º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020095 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 0 149 -
CMYK 0.99 1 0 0.42
HSL 240.81º 1% 0.29% -
HSV(B) 240.81º 1% 0.58% -
XYZ 5.45 2.18 28.57 -
YUV 17.58 202.16 116.88 -
System Red Green Blue C M Y K H S L
Decimal 2 0 149 0.99 1 0 0.42 240.81 1 0.29
Hex 2 0 95 63 64 0 2A F1 64 1D
Octal 2 0 225 143 144 0 52 361 144 35
Binary 10 0 10010101 1100011 1100100 0 101010 11110001 1100100 11101

Color Harmonies of #020095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020095

Black with #020095

Text Example


Text Example

White with #020095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020095; }

 p { color: rgb(2,0,149); }

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

background-color css

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

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

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

border-color css

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

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

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