Html Css Color HEX #1412BE Medium Blue

📋 copy color: '#1412BE'

red 20 ◦ green 18 ◦ blue 190

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

Shades of Medium Blue #1412BE

Tints of Medium Blue #1412BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 83.33%

R = 8.77%
G = 7.89%
B = 83.33%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1412BE (or 0x1412BE) is known color: Medium Blue. HEX triplet: 14, 12 and BE. RGB value is (20,18,190). Sum of RGB (Red+Green+Blue) = 20+18+190=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 190 (74.61% from 255 or 83.33% from 228); Max value from RGB is 190 - color contains mainly: blue. Hex color #1412BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1412BE is #EBED41. Grayscale: #252525. Windows color (decimal): -15461698 or 12456468. OLE color: 12456468.

HSL color Cylindrical-coordinate representation of color #1412BE: hue angle of 240.7º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1412BE is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 18 190 -
CMYK 0.89 0.91 0 0.25
HSL 240.7º 0.83% 0.41% -
HSV(B) 240.7º 0.91% 0.75% -
XYZ 9.8 4.3 49.03 -
YUV 38.21 213.66 115.01 -
System Red Green Blue C M Y K H S L
Decimal 20 18 190 0.89 0.91 0 0.25 240.7 0.83 0.41
Hex 14 12 BE 59 5B 0 19 F1 53 29
Octal 24 22 276 131 133 0 31 361 123 51
Binary 10100 10010 10111110 1011001 1011011 0 11001 11110001 1010011 101001

Color Harmonies of #1412BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1412BE

Black with #1412BE

Text Example


Text Example

White with #1412BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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