Html Css Color HEX #1A03B7 Medium Blue

📋 copy color: '#1A03B7'

red 26 ◦ green 3 ◦ blue 183

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

Shades of Medium Blue #1A03B7

Tints of Medium Blue #1A03B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 86.32%

R = 12.26%
G = 1.42%
B = 86.32%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1A03B7 (or 0x1A03B7) is known color: Medium Blue. HEX triplet: 1A, 03 and B7. RGB value is (26,3,183). Sum of RGB (Red+Green+Blue) = 26+3+183=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 183 (71.88% from 255 or 86.32% from 212); Max value from RGB is 183 - color contains mainly: blue. Hex color #1A03B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A03B7 is #E5FC48. Grayscale: #1D1D1D. Windows color (decimal): -15072329 or 11993882. OLE color: 11993882.

HSL color Cylindrical-coordinate representation of color #1A03B7: hue angle of 247.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A03B7 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 26 3 183 -
CMYK 0.86 0.98 0 0.28
HSL 247.67º 0.97% 0.36% -
HSV(B) 247.67º 0.98% 0.72% -
XYZ 9.01 3.7 45.04 -
YUV 30.4 214.12 124.86 -
System Red Green Blue C M Y K H S L
Decimal 26 3 183 0.86 0.98 0 0.28 247.67 0.97 0.36
Hex 1A 3 B7 56 62 0 1C F8 61 24
Octal 32 3 267 126 142 0 34 370 141 44
Binary 11010 11 10110111 1010110 1100010 0 11100 11111000 1100001 100100

Color Harmonies of #1A03B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A03B7

Black with #1A03B7

Text Example


Text Example

White with #1A03B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,3,183); }

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

background-color css

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

 a { background-color: rgb(26,3,183); }

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

border-color css

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

 span { border-color: rgb(26,3,183); }

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