Html Css Color HEX #0505B1 New Midnight Blue

📋 copy color: '#0505B1'

red 5 ◦ green 5 ◦ blue 177

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

Shades of New Midnight Blue #0505B1

Tints of New Midnight Blue #0505B1

RGB

 RED value IS 5 (2.34% from 255) = 2.67%

 GREEN value IS 5 (2.34% from 255) = 2.67%

 BLUE value IS 177 (69.53% from 255) = 94.65%

R = 2.67%
G = 2.67%
B = 94.65%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0505B1 (or 0x0505B1) is known color: New Midnight Blue. HEX triplet: 05, 05 and B1. RGB value is (5,5,177). Sum of RGB (Red+Green+Blue) = 5+5+177=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 177 (69.53% from 255 or 94.65% from 187); Max value from RGB is 177 - color contains mainly: blue. Hex color #0505B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0505B1 is #FAFA4E. Grayscale: #171717. Windows color (decimal): -16448079 or 11601157. OLE color: 11601157.

HSL color Cylindrical-coordinate representation of color #0505B1: hue angle of 240º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0505B1 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 5 177 -
CMYK 0.97 0.97 0 0.31
HSL 240º 0.95% 0.36% -
HSV(B) 240º 0.97% 0.69% -
XYZ 8.05 3.32 41.81 -
YUV 24.61 214 114.01 -
System Red Green Blue C M Y K H S L
Decimal 5 5 177 0.97 0.97 0 0.31 240 0.95 0.36
Hex 5 5 B1 61 61 0 1F F0 5F 24
Octal 5 5 261 141 141 0 37 360 137 44
Binary 101 101 10110001 1100001 1100001 0 11111 11110000 1011111 100100

Color Harmonies of #0505B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0505B1

Black with #0505B1

Text Example


Text Example

White with #0505B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0505B1; }

 p { color: rgb(5,5,177); }

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

background-color css

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

 a { background-color: rgb(5,5,177); }

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

border-color css

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

 span { border-color: rgb(5,5,177); }

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