Html Css Color HEX #1412CB Medium Blue

📋 copy color: '#1412CB'

red 20 ◦ green 18 ◦ blue 203

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

Shades of Medium Blue #1412CB

Tints of Medium Blue #1412CB

RGB

 RED value IS 20 (8.2% from 255) = 8.3%

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

 BLUE value IS 203 (79.69% from 255) = 84.23%

R = 8.3%
G = 7.47%
B = 84.23%

CMYK

 C value IS 0.90

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1412CB (or 0x1412CB) is known color: Medium Blue. HEX triplet: 14, 12 and CB. RGB value is (20,18,203). Sum of RGB (Red+Green+Blue) = 20+18+203=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 203 (79.69% from 255 or 84.23% from 241); Max value from RGB is 203 - color contains mainly: blue. Hex color #1412CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1412CB is #EBED34. Grayscale: #262626. Windows color (decimal): -15461685 or 13308436. OLE color: 13308436.

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

Color convert

RGB 20 18 203 -
CMYK 0.90 0.91 0 0.20
HSL 240.65º 0.84% 0.43% -
HSV(B) 240.65º 0.91% 0.8% -
XYZ 11.28 4.89 56.85 -
YUV 39.69 220.16 113.96 -
System Red Green Blue C M Y K H S L
Decimal 20 18 203 0.90 0.91 0 0.20 240.65 0.84 0.43
Hex 14 12 CB 5A 5B 0 14 F1 54 2B
Octal 24 22 313 132 133 0 24 361 124 53
Binary 10100 10010 11001011 1011010 1011011 0 10100 11110001 1010100 101011

Color Harmonies of #1412CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1412CB

Black with #1412CB

Text Example


Text Example

White with #1412CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1412CB; }

 p { color: rgb(20,18,203); }

 H1.HeaderClassName
 {
   color: #1412CB;
 }
 .AnyTagClassName
 {
   color: #1412CB;
 }
</style>

background-color css

<style>
 a { background-color: #1412CB; }

 a { background-color: rgb(20,18,203); }

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

border-color css

<style>
 span { border-color: #1412CB; }

 span { border-color: rgb(20,18,203); }

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