Html Css Color HEX #050CBE Medium Blue

📋 copy color: '#050CBE'

red 5 ◦ green 12 ◦ blue 190

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

Shades of Medium Blue #050CBE

Tints of Medium Blue #050CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 91.79%

R = 2.42%
G = 5.8%
B = 91.79%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#050CBE (or 0x050CBE) is known color: Medium Blue. HEX triplet: 05, 0C and BE. RGB value is (5,12,190). Sum of RGB (Red+Green+Blue) = 5+12+190=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 190 (74.61% from 255 or 91.79% from 207); Max value from RGB is 190 - color contains mainly: blue. Hex color #050CBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050CBE is #FAF341. Grayscale: #1D1D1D. Windows color (decimal): -16446274 or 12454917. OLE color: 12454917.

HSL color Cylindrical-coordinate representation of color #050CBE: hue angle of 237.73º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050CBE is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 12 190 -
CMYK 0.97 0.94 0 0.25
HSL 237.73º 0.95% 0.38% -
HSV(B) 237.73º 0.97% 0.75% -
XYZ 9.49 4.01 48.99 -
YUV 30.2 218.18 110.03 -
System Red Green Blue C M Y K H S L
Decimal 5 12 190 0.97 0.94 0 0.25 237.73 0.95 0.38
Hex 5 C BE 61 5E 0 19 EE 5F 26
Octal 5 14 276 141 136 0 31 356 137 46
Binary 101 1100 10111110 1100001 1011110 0 11001 11101110 1011111 100110

Color Harmonies of #050CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050CBE

Black with #050CBE

Text Example


Text Example

White with #050CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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