Html Css Color HEX #1A0CB6 Medium Blue

📋 copy color: '#1A0CB6'

red 26 ◦ green 12 ◦ blue 182

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

Shades of Medium Blue #1A0CB6

Tints of Medium Blue #1A0CB6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.45%

 BLUE value IS 182 (71.48% from 255) = 82.73%

R = 11.82%
G = 5.45%
B = 82.73%

CMYK

 C value IS 0.86

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1A0CB6 (or 0x1A0CB6) is known color: Medium Blue. HEX triplet: 1A, 0C and B6. RGB value is (26,12,182). Sum of RGB (Red+Green+Blue) = 26+12+182=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 182 (71.48% from 255 or 82.73% from 220); Max value from RGB is 182 - color contains mainly: blue. Hex color #1A0CB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0CB6 is #E5F349. Grayscale: #222222. Windows color (decimal): -15070026 or 11930650. OLE color: 11930650.

HSL color Cylindrical-coordinate representation of color #1A0CB6: hue angle of 244.94º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0CB6 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 26 12 182 -
CMYK 0.86 0.93 0 0.29
HSL 244.94º 0.88% 0.38% -
HSV(B) 244.94º 0.93% 0.71% -
XYZ 9 3.86 44.53 -
YUV 35.57 210.64 121.18 -
System Red Green Blue C M Y K H S L
Decimal 26 12 182 0.86 0.93 0 0.29 244.94 0.88 0.38
Hex 1A C B6 56 5D 0 1D F5 58 26
Octal 32 14 266 126 135 0 35 365 130 46
Binary 11010 1100 10110110 1010110 1011101 0 11101 11110101 1011000 100110

Color Harmonies of #1A0CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0CB6

Black with #1A0CB6

Text Example


Text Example

White with #1A0CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,12,182); }

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

background-color css

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

 a { background-color: rgb(26,12,182); }

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

border-color css

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

 span { border-color: rgb(26,12,182); }

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