Html Css Color HEX #1303BB Medium Blue

📋 copy color: '#1303BB'

red 19 ◦ green 3 ◦ blue 187

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

Shades of Medium Blue #1303BB

Tints of Medium Blue #1303BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 89.47%

R = 9.09%
G = 1.44%
B = 89.47%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1303BB (or 0x1303BB) is known color: Medium Blue. HEX triplet: 13, 03 and BB. RGB value is (19,3,187). Sum of RGB (Red+Green+Blue) = 19+3+187=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 187 (73.44% from 255 or 89.47% from 209); Max value from RGB is 187 - color contains mainly: blue. Hex color #1303BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1303BB is #ECFC44. Grayscale: #1C1C1C. Windows color (decimal): -15531077 or 12256019. OLE color: 12256019.

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

Color convert

RGB 19 3 187 -
CMYK 0.90 0.98 0 0.27
HSL 245.22º 0.97% 0.37% -
HSV(B) 245.22º 0.98% 0.73% -
XYZ 9.27 3.79 47.26 -
YUV 28.76 217.3 121.04 -
System Red Green Blue C M Y K H S L
Decimal 19 3 187 0.90 0.98 0 0.27 245.22 0.97 0.37
Hex 13 3 BB 5A 62 0 1B F5 61 25
Octal 23 3 273 132 142 0 33 365 141 45
Binary 10011 11 10111011 1011010 1100010 0 11011 11110101 1100001 100101

Color Harmonies of #1303BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1303BB

Black with #1303BB

Text Example


Text Example

White with #1303BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1303BB; }

 p { color: rgb(19,3,187); }

 H1.HeaderClassName
 {
   color: #1303BB;
 }
 .AnyTagClassName
 {
   color: #1303BB;
 }
</style>

background-color css

<style>
 a { background-color: #1303BB; }

 a { background-color: rgb(19,3,187); }

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

border-color css

<style>
 span { border-color: #1303BB; }

 span { border-color: rgb(19,3,187); }

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