Html Css Color HEX #020195 New Midnight Blue

📋 copy color: '#020195'

red 2 ◦ green 1 ◦ blue 149

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

Shades of New Midnight Blue #020195

Tints of New Midnight Blue #020195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 1.32%
G = 0.66%
B = 98.03%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#020195 (or 0x020195) is known color: New Midnight Blue. HEX triplet: 02, 01 and 95. RGB value is (2,1,149). Sum of RGB (Red+Green+Blue) = 2+1+149=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 149 (58.59% from 255 or 98.03% from 152); Max value from RGB is 149 - color contains mainly: blue. Hex color #020195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020195 is #FDFE6A. Grayscale: #111111. Windows color (decimal): -16645739 or 9765122. OLE color: 9765122.

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

Color convert

RGB 2 1 149 -
CMYK 0.99 0.99 0 0.42
HSL 240.41º 0.99% 0.29% -
HSV(B) 240.41º 0.99% 0.58% -
XYZ 5.46 2.2 28.57 -
YUV 18.17 201.83 116.47 -
System Red Green Blue C M Y K H S L
Decimal 2 1 149 0.99 0.99 0 0.42 240.41 0.99 0.29
Hex 2 1 95 63 63 0 2A F0 63 1D
Octal 2 1 225 143 143 0 52 360 143 35
Binary 10 1 10010101 1100011 1100011 0 101010 11110000 1100011 11101

Color Harmonies of #020195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020195

Black with #020195

Text Example


Text Example

White with #020195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020195; }

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

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

background-color css

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

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

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

border-color css

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

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

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