Html Css Color HEX #1A06DD Medium Blue

📋 copy color: '#1A06DD'

red 26 ◦ green 6 ◦ blue 221

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

Shades of Medium Blue #1A06DD

Tints of Medium Blue #1A06DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 87.35%

R = 10.28%
G = 2.37%
B = 87.35%

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

#1A06DD (or 0x1A06DD) is known color: Medium Blue. HEX triplet: 1A, 06 and DD. RGB value is (26,6,221). Sum of RGB (Red+Green+Blue) = 26+6+221=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 221 (86.72% from 255 or 87.35% from 253); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A06DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A06DD is #E5F922. Grayscale: #232323. Windows color (decimal): -15071523 or 14485018. OLE color: 14485018.

HSL color Cylindrical-coordinate representation of color #1A06DD: hue angle of 245.58º 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 #1A06DD is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 6 221 -
CMYK 0.88 0.97 0 0.13
HSL 245.58º 0.95% 0.45% -
HSV(B) 245.58º 0.97% 0.87% -
XYZ 13.54 5.57 68.77 -
YUV 36.49 232.13 120.52 -
System Red Green Blue C M Y K H S L
Decimal 26 6 221 0.88 0.97 0 0.13 245.58 0.95 0.45
Hex 1A 6 DD 58 61 0 D F6 5F 2D
Octal 32 6 335 130 141 0 15 366 137 55
Binary 11010 110 11011101 1011000 1100001 0 1101 11110110 1011111 101101

Color Harmonies of #1A06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A06DD

Black with #1A06DD

Text Example


Text Example

White with #1A06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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