Html Css Color HEX #1246CD Persian Blue

📋 copy color: '#1246CD'

red 18 ◦ green 70 ◦ blue 205

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

Shades of Persian Blue #1246CD

Tints of Persian Blue #1246CD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.89%

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

R = 6.14%
G = 23.89%
B = 69.97%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1246CD (or 0x1246CD) is known color: Persian Blue. HEX triplet: 12, 46 and CD. RGB value is (18,70,205). Sum of RGB (Red+Green+Blue) = 18+70+205=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 205 (80.47% from 255 or 69.97% from 293); Max value from RGB is 205 - color contains mainly: blue. Hex color #1246CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1246CD is #EDB932. Grayscale: #454545. Windows color (decimal): -15579443 or 13452818. OLE color: 13452818.

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

Color convert

RGB 18 70 205 -
CMYK 0.91 0.66 0 0.20
HSL 223.32º 0.84% 0.44% -
HSV(B) 223.32º 0.91% 0.8% -
XYZ 13.46 8.92 58.77 -
YUV 69.84 204.27 91.02 -
System Red Green Blue C M Y K H S L
Decimal 18 70 205 0.91 0.66 0 0.20 223.32 0.84 0.44
Hex 12 46 CD 5B 42 0 14 DF 54 2C
Octal 22 106 315 133 102 0 24 337 124 54
Binary 10010 1000110 11001101 1011011 1000010 0 10100 11011111 1010100 101100

Color Harmonies of #1246CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1246CD

Black with #1246CD

Text Example


Text Example

White with #1246CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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