Html Css Color HEX #1A03DB Medium Blue

📋 copy color: '#1A03DB'

red 26 ◦ green 3 ◦ blue 219

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

Shades of Medium Blue #1A03DB

Tints of Medium Blue #1A03DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 88.31%

R = 10.48%
G = 1.21%
B = 88.31%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1A03DB (or 0x1A03DB) is known color: Medium Blue. HEX triplet: 1A, 03 and DB. RGB value is (26,3,219). Sum of RGB (Red+Green+Blue) = 26+3+219=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 219 (85.94% from 255 or 88.31% from 248); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A03DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A03DB is #E5FC24. Grayscale: #212121. Windows color (decimal): -15072293 or 14353178. OLE color: 14353178.

HSL color Cylindrical-coordinate representation of color #1A03DB: hue angle of 246.39º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A03DB is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 3 219 -
CMYK 0.88 0.99 0 0.14
HSL 246.39º 0.97% 0.44% -
HSV(B) 246.39º 0.99% 0.86% -
XYZ 13.24 5.4 67.36 -
YUV 34.5 232.12 121.94 -
System Red Green Blue C M Y K H S L
Decimal 26 3 219 0.88 0.99 0 0.14 246.39 0.97 0.44
Hex 1A 3 DB 58 63 0 E F6 61 2C
Octal 32 3 333 130 143 0 16 366 141 54
Binary 11010 11 11011011 1011000 1100011 0 1110 11110110 1100001 101100

Color Harmonies of #1A03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A03DB

Black with #1A03DB

Text Example


Text Example

White with #1A03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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