Html Css Color HEX #1214BE Medium Blue

📋 copy color: '#1214BE'

red 18 ◦ green 20 ◦ blue 190

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

Shades of Medium Blue #1214BE

Tints of Medium Blue #1214BE

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1214BE (or 0x1214BE) is known color: Medium Blue. HEX triplet: 12, 14 and BE. RGB value is (18,20,190). Sum of RGB (Red+Green+Blue) = 18+20+190=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 20 (8.20% from 255 or 8.77% 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 #1214BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1214BE is #EDEB41. Grayscale: #262626. Windows color (decimal): -15592258 or 12456978. OLE color: 12456978.

HSL color Cylindrical-coordinate representation of color #1214BE: hue angle of 239.3º 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 #1214BE is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 20 190 -
CMYK 0.91 0.89 0 0.25
HSL 239.3º 0.83% 0.41% -
HSV(B) 239.3º 0.91% 0.75% -
XYZ 9.79 4.35 49.04 -
YUV 38.78 213.34 113.18 -
System Red Green Blue C M Y K H S L
Decimal 18 20 190 0.91 0.89 0 0.25 239.3 0.83 0.41
Hex 12 14 BE 5B 59 0 19 EF 53 29
Octal 22 24 276 133 131 0 31 357 123 51
Binary 10010 10100 10111110 1011011 1011001 0 11001 11101111 1010011 101001

Color Harmonies of #1214BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1214BE

Black with #1214BE

Text Example


Text Example

White with #1214BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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