Html Css Color HEX #1A06DF Medium Blue

📋 copy color: '#1A06DF'

red 26 ◦ green 6 ◦ blue 223

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

Shades of Medium Blue #1A06DF

Tints of Medium Blue #1A06DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

 BLUE value IS 223 (87.5% from 255) = 87.45%

R = 10.2%
G = 2.35%
B = 87.45%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A06DF (or 0x1A06DF) is known color: Medium Blue. HEX triplet: 1A, 06 and DF. RGB value is (26,6,223). Sum of RGB (Red+Green+Blue) = 26+6+223=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 223 (87.5% from 255 or 87.45% from 255); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A06DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A06DF is #E5F920. Grayscale: #232323. Windows color (decimal): -15071521 or 14616090. OLE color: 14616090.

HSL color Cylindrical-coordinate representation of color #1A06DF: hue angle of 245.53º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A06DF is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 6 223 -
CMYK 0.88 0.97 0 0.13
HSL 245.53º 0.95% 0.45% -
HSV(B) 245.53º 0.97% 0.87% -
XYZ 13.81 5.68 70.18 -
YUV 36.72 233.13 120.36 -
System Red Green Blue C M Y K H S L
Decimal 26 6 223 0.88 0.97 0 0.13 245.53 0.95 0.45
Hex 1A 6 DF 58 61 0 D F6 5F 2D
Octal 32 6 337 130 141 0 15 366 137 55
Binary 11010 110 11011111 1011000 1100001 0 1101 11110110 1011111 101101

Color Harmonies of #1A06DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A06DF

Black with #1A06DF

Text Example


Text Example

White with #1A06DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,6,223); }

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

background-color css

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

 a { background-color: rgb(26,6,223); }

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

border-color css

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

 span { border-color: rgb(26,6,223); }

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