Html Css Color HEX #0103BA Medium Blue

📋 copy color: '#0103BA'

red 1 ◦ green 3 ◦ blue 186

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

Shades of Medium Blue #0103BA

Tints of Medium Blue #0103BA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

 BLUE value IS 186 (73.05% from 255) = 97.89%

R = 0.53%
G = 1.58%
B = 97.89%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0103BA (or 0x0103BA) is known color: Medium Blue. HEX triplet: 01, 03 and BA. RGB value is (1,3,186). Sum of RGB (Red+Green+Blue) = 1+3+186=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 186 (73.05% from 255 or 97.89% from 190); Max value from RGB is 186 - color contains mainly: blue. Hex color #0103BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0103BA is #FEFC45. Grayscale: #161616. Windows color (decimal): -16710726 or 12190465. OLE color: 12190465.

HSL color Cylindrical-coordinate representation of color #0103BA: hue angle of 239.35º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0103BA is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 3 186 -
CMYK 0.99 0.98 0 0.27
HSL 239.35º 0.99% 0.37% -
HSV(B) 239.35º 0.99% 0.73% -
XYZ 8.91 3.62 46.68 -
YUV 23.26 219.84 112.12 -
System Red Green Blue C M Y K H S L
Decimal 1 3 186 0.99 0.98 0 0.27 239.35 0.99 0.37
Hex 1 3 BA 63 62 0 1B EF 63 25
Octal 1 3 272 143 142 0 33 357 143 45
Binary 1 11 10111010 1100011 1100010 0 11011 11101111 1100011 100101

Color Harmonies of #0103BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0103BA

Black with #0103BA

Text Example


Text Example

White with #0103BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0103BA; }

 p { color: rgb(1,3,186); }

 H1.HeaderClassName
 {
   color: #0103BA;
 }
 .AnyTagClassName
 {
   color: #0103BA;
 }
</style>

background-color css

<style>
 a { background-color: #0103BA; }

 a { background-color: rgb(1,3,186); }

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

border-color css

<style>
 span { border-color: #0103BA; }

 span { border-color: rgb(1,3,186); }

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