Html Css Color HEX #1247CD Persian Blue

📋 copy color: '#1247CD'

red 18 ◦ green 71 ◦ blue 205

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

Shades of Persian Blue #1247CD

Tints of Persian Blue #1247CD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

 BLUE value IS 205 (80.47% from 255) = 69.73%

R = 6.12%
G = 24.15%
B = 69.73%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1247CD (or 0x1247CD) is known color: Persian Blue. HEX triplet: 12, 47 and CD. RGB value is (18,71,205). Sum of RGB (Red+Green+Blue) = 18+71+205=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #1247CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1247CD is #EDB832. Grayscale: #454545. Windows color (decimal): -15579187 or 13453074. OLE color: 13453074.

HSL color Cylindrical-coordinate representation of color #1247CD: hue angle of 222.99º 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 #1247CD is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 71 205 -
CMYK 0.91 0.65 0 0.20
HSL 222.99º 0.84% 0.44% -
HSV(B) 222.99º 0.91% 0.8% -
XYZ 13.52 9.04 58.79 -
YUV 70.43 203.94 90.6 -
System Red Green Blue C M Y K H S L
Decimal 18 71 205 0.91 0.65 0 0.20 222.99 0.84 0.44
Hex 12 47 CD 5B 41 0 14 DF 54 2C
Octal 22 107 315 133 101 0 24 337 124 54
Binary 10010 1000111 11001101 1011011 1000001 0 10100 11011111 1010100 101100

Color Harmonies of #1247CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1247CD

Black with #1247CD

Text Example


Text Example

White with #1247CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1247CD; }

 p { color: rgb(18,71,205); }

 H1.HeaderClassName
 {
   color: #1247CD;
 }
 .AnyTagClassName
 {
   color: #1247CD;
 }
</style>

background-color css

<style>
 a { background-color: #1247CD; }

 a { background-color: rgb(18,71,205); }

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

border-color css

<style>
 span { border-color: #1247CD; }

 span { border-color: rgb(18,71,205); }

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