Html Css Color HEX #1A0CCE Medium Blue

📋 copy color: '#1A0CCE'

red 26 ◦ green 12 ◦ blue 206

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

Shades of Medium Blue #1A0CCE

Tints of Medium Blue #1A0CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 84.43%

R = 10.66%
G = 4.92%
B = 84.43%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1A0CCE (or 0x1A0CCE) is known color: Medium Blue. HEX triplet: 1A, 0C and CE. RGB value is (26,12,206). Sum of RGB (Red+Green+Blue) = 26+12+206=244 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.66% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 206 (80.86% from 255 or 84.43% from 244); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A0CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0CCE is #E5F331. Grayscale: #252525. Windows color (decimal): -15070002 or 13503514. OLE color: 13503514.

HSL color Cylindrical-coordinate representation of color #1A0CCE: hue angle of 244.33º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0CCE is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 12 206 -
CMYK 0.87 0.94 0 0.19
HSL 244.33º 0.89% 0.43% -
HSV(B) 244.33º 0.94% 0.81% -
XYZ 11.7 4.94 58.73 -
YUV 38.3 222.64 119.23 -
System Red Green Blue C M Y K H S L
Decimal 26 12 206 0.87 0.94 0 0.19 244.33 0.89 0.43
Hex 1A C CE 57 5E 0 13 F4 59 2B
Octal 32 14 316 127 136 0 23 364 131 53
Binary 11010 1100 11001110 1010111 1011110 0 10011 11110100 1011001 101011

Color Harmonies of #1A0CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0CCE

Black with #1A0CCE

Text Example


Text Example

White with #1A0CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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