Html Css Color HEX #1A06BA Medium Blue

📋 copy color: '#1A06BA'

red 26 ◦ green 6 ◦ blue 186

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

Shades of Medium Blue #1A06BA

Tints of Medium Blue #1A06BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 85.32%

R = 11.93%
G = 2.75%
B = 85.32%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A06BA (or 0x1A06BA) is known color: Medium Blue. HEX triplet: 1A, 06 and BA. RGB value is (26,6,186). Sum of RGB (Red+Green+Blue) = 26+6+186=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 186 (73.05% from 255 or 85.32% from 218); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A06BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A06BA is #E5F945. Grayscale: #1F1F1F. Windows color (decimal): -15071558 or 12191258. OLE color: 12191258.

HSL color Cylindrical-coordinate representation of color #1A06BA: hue angle of 246.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A06BA is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 6 186 -
CMYK 0.86 0.97 0 0.27
HSL 246.67º 0.94% 0.38% -
HSV(B) 246.67º 0.97% 0.73% -
XYZ 9.35 3.9 46.71 -
YUV 32.5 214.63 123.36 -
System Red Green Blue C M Y K H S L
Decimal 26 6 186 0.86 0.97 0 0.27 246.67 0.94 0.38
Hex 1A 6 BA 56 61 0 1B F7 5E 26
Octal 32 6 272 126 141 0 33 367 136 46
Binary 11010 110 10111010 1010110 1100001 0 11011 11110111 1011110 100110

Color Harmonies of #1A06BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A06BA

Black with #1A06BA

Text Example


Text Example

White with #1A06BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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