Html Css Color HEX #1318BC Medium Blue

📋 copy color: '#1318BC'

red 19 ◦ green 24 ◦ blue 188

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

Shades of Medium Blue #1318BC

Tints of Medium Blue #1318BC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.39%

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

R = 8.23%
G = 10.39%
B = 81.39%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1318BC (or 0x1318BC) is known color: Medium Blue. HEX triplet: 13, 18 and BC. RGB value is (19,24,188). Sum of RGB (Red+Green+Blue) = 19+24+188=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 188 (73.83% from 255 or 81.39% from 231); Max value from RGB is 188 - color contains mainly: blue. Hex color #1318BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1318BC is #ECE743. Grayscale: #282828. Windows color (decimal): -15525700 or 12326931. OLE color: 12326931.

HSL color Cylindrical-coordinate representation of color #1318BC: hue angle of 238.22º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1318BC is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 24 188 -
CMYK 0.90 0.87 0 0.26
HSL 238.22º 0.82% 0.41% -
HSV(B) 238.22º 0.9% 0.74% -
XYZ 9.67 4.42 47.92 -
YUV 41.2 210.84 112.16 -
System Red Green Blue C M Y K H S L
Decimal 19 24 188 0.90 0.87 0 0.26 238.22 0.82 0.41
Hex 13 18 BC 5A 57 0 1A EE 52 29
Octal 23 30 274 132 127 0 32 356 122 51
Binary 10011 11000 10111100 1011010 1010111 0 11010 11101110 1010010 101001

Color Harmonies of #1318BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1318BC

Black with #1318BC

Text Example


Text Example

White with #1318BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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