Html Css Color HEX #020FB3 New Midnight Blue

📋 copy color: '#020FB3'

red 2 ◦ green 15 ◦ blue 179

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

Shades of New Midnight Blue #020FB3

Tints of New Midnight Blue #020FB3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.65%

 BLUE value IS 179 (70.31% from 255) = 91.33%

R = 1.02%
G = 7.65%
B = 91.33%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#020FB3 (or 0x020FB3) is known color: New Midnight Blue. HEX triplet: 02, 0F and B3. RGB value is (2,15,179). Sum of RGB (Red+Green+Blue) = 2+15+179=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 179 (70.31% from 255 or 91.33% from 196); Max value from RGB is 179 - color contains mainly: blue. Hex color #020FB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FB3 is #FDF04C. Grayscale: #1D1D1D. Windows color (decimal): -16642125 or 11734786. OLE color: 11734786.

HSL color Cylindrical-coordinate representation of color #020FB3: hue angle of 235.59º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FB3 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 2 15 179 -
CMYK 0.99 0.92 0 0.30
HSL 235.59º 0.98% 0.35% -
HSV(B) 235.59º 0.99% 0.7% -
XYZ 8.33 3.61 42.91 -
YUV 29.81 212.19 108.16 -
System Red Green Blue C M Y K H S L
Decimal 2 15 179 0.99 0.92 0 0.30 235.59 0.98 0.35
Hex 2 F B3 63 5C 0 1E EC 62 23
Octal 2 17 263 143 134 0 36 354 142 43
Binary 10 1111 10110011 1100011 1011100 0 11110 11101100 1100010 100011

Color Harmonies of #020FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FB3

Black with #020FB3

Text Example


Text Example

White with #020FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020FB3; }

 p { color: rgb(2,15,179); }

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

background-color css

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

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

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

border-color css

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

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

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