Html Css Color HEX #050CB1 New Midnight Blue

📋 copy color: '#050CB1'

red 5 ◦ green 12 ◦ blue 177

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

Shades of New Midnight Blue #050CB1

Tints of New Midnight Blue #050CB1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.19%

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

R = 2.58%
G = 6.19%
B = 91.24%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#050CB1 (or 0x050CB1) is known color: New Midnight Blue. HEX triplet: 05, 0C and B1. RGB value is (5,12,177). Sum of RGB (Red+Green+Blue) = 5+12+177=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 177 (69.53% from 255 or 91.24% from 194); Max value from RGB is 177 - color contains mainly: blue. Hex color #050CB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050CB1 is #FAF34E. Grayscale: #1C1C1C. Windows color (decimal): -16446287 or 11602949. OLE color: 11602949.

HSL color Cylindrical-coordinate representation of color #050CB1: hue angle of 237.56º 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 #050CB1 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 12 177 -
CMYK 0.97 0.93 0 0.31
HSL 237.56º 0.95% 0.36% -
HSV(B) 237.56º 0.97% 0.69% -
XYZ 8.13 3.47 41.84 -
YUV 28.72 211.68 111.08 -
System Red Green Blue C M Y K H S L
Decimal 5 12 177 0.97 0.93 0 0.31 237.56 0.95 0.36
Hex 5 C B1 61 5D 0 1F EE 5F 24
Octal 5 14 261 141 135 0 37 356 137 44
Binary 101 1100 10110001 1100001 1011101 0 11111 11101110 1011111 100100

Color Harmonies of #050CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050CB1

Black with #050CB1

Text Example


Text Example

White with #050CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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