Html Css Color HEX #1246CF Persian Blue

📋 copy color: '#1246CF'

red 18 ◦ green 70 ◦ blue 207

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

Shades of Persian Blue #1246CF

Tints of Persian Blue #1246CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.17%

R = 6.1%
G = 23.73%
B = 70.17%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1246CF (or 0x1246CF) is known color: Persian Blue. HEX triplet: 12, 46 and CF. RGB value is (18,70,207). Sum of RGB (Red+Green+Blue) = 18+70+207=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #1246CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1246CF is #EDB930. Grayscale: #454545. Windows color (decimal): -15579441 or 13583890. OLE color: 13583890.

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

Color convert

RGB 18 70 207 -
CMYK 0.91 0.66 0 0.19
HSL 223.49º 0.84% 0.44% -
HSV(B) 223.49º 0.91% 0.81% -
XYZ 13.7 9.01 60.05 -
YUV 70.07 205.27 90.86 -
System Red Green Blue C M Y K H S L
Decimal 18 70 207 0.91 0.66 0 0.19 223.49 0.84 0.44
Hex 12 46 CF 5B 42 0 13 DF 54 2C
Octal 22 106 317 133 102 0 23 337 124 54
Binary 10010 1000110 11001111 1011011 1000010 0 10011 11011111 1010100 101100

Color Harmonies of #1246CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1246CF

Black with #1246CF

Text Example


Text Example

White with #1246CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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