Html Css Color HEX #1A13BB Medium Blue

📋 copy color: '#1A13BB'

red 26 ◦ green 19 ◦ blue 187

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

Shades of Medium Blue #1A13BB

Tints of Medium Blue #1A13BB

RGB

 RED value IS 26 (10.55% from 255) = 11.21%

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

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

R = 11.21%
G = 8.19%
B = 80.6%

CMYK

 C value IS 0.86

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A13BB (or 0x1A13BB) is known color: Medium Blue. HEX triplet: 1A, 13 and BB. RGB value is (26,19,187). Sum of RGB (Red+Green+Blue) = 26+19+187=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A13BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A13BB is #E5EC44. Grayscale: #272727. Windows color (decimal): -15068229 or 12260122. OLE color: 12260122.

HSL color Cylindrical-coordinate representation of color #1A13BB: hue angle of 242.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A13BB is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 19 187 -
CMYK 0.86 0.90 0 0.27
HSL 242.5º 0.82% 0.4% -
HSV(B) 242.5º 0.9% 0.73% -
XYZ 9.63 4.27 47.33 -
YUV 40.25 210.82 117.84 -
System Red Green Blue C M Y K H S L
Decimal 26 19 187 0.86 0.90 0 0.27 242.5 0.82 0.4
Hex 1A 13 BB 56 5A 0 1B F2 52 28
Octal 32 23 273 126 132 0 33 362 122 50
Binary 11010 10011 10111011 1010110 1011010 0 11011 11110010 1010010 101000

Color Harmonies of #1A13BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A13BB

Black with #1A13BB

Text Example


Text Example

White with #1A13BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A13BB; }

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

 H1.HeaderClassName
 {
   color: #1A13BB;
 }
 .AnyTagClassName
 {
   color: #1A13BB;
 }
</style>

background-color css

<style>
 a { background-color: #1A13BB; }

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

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

border-color css

<style>
 span { border-color: #1A13BB; }

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

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