Html Css Color HEX #1A12CD Medium Blue

📋 copy color: '#1A12CD'

red 26 ◦ green 18 ◦ blue 205

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

Shades of Medium Blue #1A12CD

Tints of Medium Blue #1A12CD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 205 (80.47% from 255) = 82.33%

R = 10.44%
G = 7.23%
B = 82.33%

CMYK

 C value IS 0.87

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1A12CD (or 0x1A12CD) is known color: Medium Blue. HEX triplet: 1A, 12 and CD. RGB value is (26,18,205). Sum of RGB (Red+Green+Blue) = 26+18+205=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 205 (80.47% from 255 or 82.33% from 249); Max value from RGB is 205 - color contains mainly: blue. Hex color #1A12CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A12CD is #E5ED32. Grayscale: #282828. Windows color (decimal): -15068467 or 13439514. OLE color: 13439514.

HSL color Cylindrical-coordinate representation of color #1A12CD: hue angle of 242.57º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A12CD is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 26 18 205 -
CMYK 0.87 0.91 0 0.20
HSL 242.57º 0.84% 0.44% -
HSV(B) 242.57º 0.91% 0.8% -
XYZ 11.66 5.06 58.12 -
YUV 41.71 220.15 116.79 -
System Red Green Blue C M Y K H S L
Decimal 26 18 205 0.87 0.91 0 0.20 242.57 0.84 0.44
Hex 1A 12 CD 57 5B 0 14 F3 54 2C
Octal 32 22 315 127 133 0 24 363 124 54
Binary 11010 10010 11001101 1010111 1011011 0 10100 11110011 1010100 101100

Color Harmonies of #1A12CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A12CD

Black with #1A12CD

Text Example


Text Example

White with #1A12CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,18,205); }

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

background-color css

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

 a { background-color: rgb(26,18,205); }

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

border-color css

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

 span { border-color: rgb(26,18,205); }

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