Html Css Color HEX #1249C0 Persian Blue

📋 copy color: '#1249C0'

red 18 ◦ green 73 ◦ blue 192

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

Shades of Persian Blue #1249C0

Tints of Persian Blue #1249C0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.8%

 BLUE value IS 192 (75.39% from 255) = 67.84%

R = 6.36%
G = 25.8%
B = 67.84%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1249C0 (or 0x1249C0) is known color: Persian Blue. HEX triplet: 12, 49 and C0. RGB value is (18,73,192). Sum of RGB (Red+Green+Blue) = 18+73+192=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 192 (75.39% from 255 or 67.84% from 283); Max value from RGB is 192 - color contains mainly: blue. Hex color #1249C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1249C0 is #EDB63F. Grayscale: #454545. Windows color (decimal): -15578688 or 12601618. OLE color: 12601618.

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

Color convert

RGB 18 73 192 -
CMYK 0.91 0.62 0 0.25
HSL 221.03º 0.83% 0.41% -
HSV(B) 221.03º 0.91% 0.75% -
XYZ 12.15 8.7 50.91 -
YUV 70.12 196.78 90.82 -
System Red Green Blue C M Y K H S L
Decimal 18 73 192 0.91 0.62 0 0.25 221.03 0.83 0.41
Hex 12 49 C0 5B 3E 0 19 DD 53 29
Octal 22 111 300 133 76 0 31 335 123 51
Binary 10010 1001001 11000000 1011011 111110 0 11001 11011101 1010011 101001

Color Harmonies of #1249C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1249C0

Black with #1249C0

Text Example


Text Example

White with #1249C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1249C0; }

 p { color: rgb(18,73,192); }

 H1.HeaderClassName
 {
   color: #1249C0;
 }
 .AnyTagClassName
 {
   color: #1249C0;
 }
</style>

background-color css

<style>
 a { background-color: #1249C0; }

 a { background-color: rgb(18,73,192); }

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

border-color css

<style>
 span { border-color: #1249C0; }

 span { border-color: rgb(18,73,192); }

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