Html Css Color HEX #0512BD Medium Blue

📋 copy color: '#0512BD'

red 5 ◦ green 18 ◦ blue 189

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

Shades of Medium Blue #0512BD

Tints of Medium Blue #0512BD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

 BLUE value IS 189 (74.22% from 255) = 89.15%

R = 2.36%
G = 8.49%
B = 89.15%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0512BD (or 0x0512BD) is known color: Medium Blue. HEX triplet: 05, 12 and BD. RGB value is (5,18,189). Sum of RGB (Red+Green+Blue) = 5+18+189=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 189 (74.22% from 255 or 89.15% from 212); Max value from RGB is 189 - color contains mainly: blue. Hex color #0512BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0512BD is #FAED42. Grayscale: #202020. Windows color (decimal): -16444739 or 12390917. OLE color: 12390917.

HSL color Cylindrical-coordinate representation of color #0512BD: hue angle of 235.76º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0512BD is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 18 189 -
CMYK 0.97 0.90 0 0.26
HSL 235.76º 0.95% 0.38% -
HSV(B) 235.76º 0.97% 0.74% -
XYZ 9.46 4.14 48.44 -
YUV 33.61 215.69 107.6 -
System Red Green Blue C M Y K H S L
Decimal 5 18 189 0.97 0.90 0 0.26 235.76 0.95 0.38
Hex 5 12 BD 61 5A 0 1A EC 5F 26
Octal 5 22 275 141 132 0 32 354 137 46
Binary 101 10010 10111101 1100001 1011010 0 11010 11101100 1011111 100110

Color Harmonies of #0512BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0512BD

Black with #0512BD

Text Example


Text Example

White with #0512BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0512BD; }

 p { color: rgb(5,18,189); }

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

background-color css

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

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

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

border-color css

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

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

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