Html Css Color HEX #1912CE Medium Blue

📋 copy color: '#1912CE'

red 25 ◦ green 18 ◦ blue 206

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

Shades of Medium Blue #1912CE

Tints of Medium Blue #1912CE

RGB

 RED value IS 25 (10.16% from 255) = 10.04%

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

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

R = 10.04%
G = 7.23%
B = 82.73%

CMYK

 C value IS 0.88

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1912CE (or 0x1912CE) is known color: Medium Blue. HEX triplet: 19, 12 and CE. RGB value is (25,18,206). Sum of RGB (Red+Green+Blue) = 25+18+206=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 206 (80.86% from 255 or 82.73% from 249); Max value from RGB is 206 - color contains mainly: blue. Hex color #1912CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1912CE is #E6ED31. Grayscale: #282828. Windows color (decimal): -15134002 or 13505049. OLE color: 13505049.

HSL color Cylindrical-coordinate representation of color #1912CE: hue angle of 242.23º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1912CE is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 18 206 -
CMYK 0.88 0.91 0 0.19
HSL 242.23º 0.84% 0.44% -
HSV(B) 242.23º 0.91% 0.81% -
XYZ 11.76 5.1 58.76 -
YUV 41.53 220.82 116.21 -
System Red Green Blue C M Y K H S L
Decimal 25 18 206 0.88 0.91 0 0.19 242.23 0.84 0.44
Hex 19 12 CE 58 5B 0 13 F2 54 2C
Octal 31 22 316 130 133 0 23 362 124 54
Binary 11001 10010 11001110 1011000 1011011 0 10011 11110010 1010100 101100

Color Harmonies of #1912CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1912CE

Black with #1912CE

Text Example


Text Example

White with #1912CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1912CE; }

 p { color: rgb(25,18,206); }

 H1.HeaderClassName
 {
   color: #1912CE;
 }
 .AnyTagClassName
 {
   color: #1912CE;
 }
</style>

background-color css

<style>
 a { background-color: #1912CE; }

 a { background-color: rgb(25,18,206); }

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

border-color css

<style>
 span { border-color: #1912CE; }

 span { border-color: rgb(25,18,206); }

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