Html Css Color HEX #0113BD Medium Blue

📋 copy color: '#0113BD'

red 1 ◦ green 19 ◦ blue 189

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

Shades of Medium Blue #0113BD

Tints of Medium Blue #0113BD

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

 GREEN value IS 19 (7.81% from 255) = 9.09%

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

R = 0.48%
G = 9.09%
B = 90.43%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0113BD (or 0x0113BD) is known color: Medium Blue. HEX triplet: 01, 13 and BD. RGB value is (1,19,189). Sum of RGB (Red+Green+Blue) = 1+19+189=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 189 (74.22% from 255 or 90.43% from 209); Max value from RGB is 189 - color contains mainly: blue. Hex color #0113BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0113BD is #FEEC42. Grayscale: #202020. Windows color (decimal): -16706627 or 12391169. OLE color: 12391169.

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

Color convert

RGB 1 19 189 -
CMYK 0.99 0.90 0 0.26
HSL 234.26º 0.99% 0.37% -
HSV(B) 234.26º 0.99% 0.74% -
XYZ 9.43 4.15 48.45 -
YUV 33 216.04 105.18 -
System Red Green Blue C M Y K H S L
Decimal 1 19 189 0.99 0.90 0 0.26 234.26 0.99 0.37
Hex 1 13 BD 63 5A 0 1A EA 63 25
Octal 1 23 275 143 132 0 32 352 143 45
Binary 1 10011 10111101 1100011 1011010 0 11010 11101010 1100011 100101

Color Harmonies of #0113BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0113BD

Black with #0113BD

Text Example


Text Example

White with #0113BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,19,189); }

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

background-color css

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

 a { background-color: rgb(1,19,189); }

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

border-color css

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

 span { border-color: rgb(1,19,189); }

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