Html Css Color HEX #1303BC Medium Blue

📋 copy color: '#1303BC'

red 19 ◦ green 3 ◦ blue 188

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

Shades of Medium Blue #1303BC

Tints of Medium Blue #1303BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 89.52%

R = 9.05%
G = 1.43%
B = 89.52%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1303BC (or 0x1303BC) is known color: Medium Blue. HEX triplet: 13, 03 and BC. RGB value is (19,3,188). Sum of RGB (Red+Green+Blue) = 19+3+188=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 188 (73.83% from 255 or 89.52% from 210); Max value from RGB is 188 - color contains mainly: blue. Hex color #1303BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1303BC is #ECFC43. Grayscale: #1C1C1C. Windows color (decimal): -15531076 or 12321555. OLE color: 12321555.

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

Color convert

RGB 19 3 188 -
CMYK 0.90 0.98 0 0.26
HSL 245.19º 0.97% 0.37% -
HSV(B) 245.19º 0.98% 0.74% -
XYZ 9.38 3.83 47.82 -
YUV 28.87 217.8 120.96 -
System Red Green Blue C M Y K H S L
Decimal 19 3 188 0.90 0.98 0 0.26 245.19 0.97 0.37
Hex 13 3 BC 5A 62 0 1A F5 61 25
Octal 23 3 274 132 142 0 32 365 141 45
Binary 10011 11 10111100 1011010 1100010 0 11010 11110101 1100001 100101

Color Harmonies of #1303BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1303BC

Black with #1303BC

Text Example


Text Example

White with #1303BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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