Html Css Color HEX #1219CC Medium Blue

📋 copy color: '#1219CC'

red 18 ◦ green 25 ◦ blue 204

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

Shades of Medium Blue #1219CC

Tints of Medium Blue #1219CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.12%

 BLUE value IS 204 (80.08% from 255) = 82.59%

R = 7.29%
G = 10.12%
B = 82.59%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1219CC (or 0x1219CC) is known color: Medium Blue. HEX triplet: 12, 19 and CC. RGB value is (18,25,204). Sum of RGB (Red+Green+Blue) = 18+25+204=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 204 (80.08% from 255 or 82.59% from 247); Max value from RGB is 204 - color contains mainly: blue. Hex color #1219CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1219CC is #EDE633. Grayscale: #2A2A2A. Windows color (decimal): -15590964 or 13375762. OLE color: 13375762.

HSL color Cylindrical-coordinate representation of color #1219CC: hue angle of 237.74º 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 #1219CC is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 25 204 -
CMYK 0.91 0.88 0 0.2
HSL 237.74º 0.84% 0.44% -
HSV(B) 237.74º 0.91% 0.8% -
XYZ 11.5 5.18 57.52 -
YUV 43.31 218.68 109.95 -
System Red Green Blue C M Y K H S L
Decimal 18 25 204 0.91 0.88 0 0.2 237.74 0.84 0.44
Hex 12 19 CC 5B 58 0 14 EE 54 2C
Octal 22 31 314 133 130 0 24 356 124 54
Binary 10010 11001 11001100 1011011 1011000 0 10100 11101110 1010100 101100

Color Harmonies of #1219CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1219CC

Black with #1219CC

Text Example


Text Example

White with #1219CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1219CC; }

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

 H1.HeaderClassName
 {
   color: #1219CC;
 }
 .AnyTagClassName
 {
   color: #1219CC;
 }
</style>

background-color css

<style>
 a { background-color: #1219CC; }

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

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

border-color css

<style>
 span { border-color: #1219CC; }

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

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