Html Css Color HEX #1246D0 Persian Blue

📋 copy color: '#1246D0'

red 18 ◦ green 70 ◦ blue 208

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

Shades of Persian Blue #1246D0

Tints of Persian Blue #1246D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 70.27%

R = 6.08%
G = 23.65%
B = 70.27%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1246D0 (or 0x1246D0) is known color: Persian Blue. HEX triplet: 12, 46 and D0. RGB value is (18,70,208). Sum of RGB (Red+Green+Blue) = 18+70+208=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 208 (81.64% from 255 or 70.27% from 296); Max value from RGB is 208 - color contains mainly: blue. Hex color #1246D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1246D0 is #EDB92F. Grayscale: #454545. Windows color (decimal): -15579440 or 13649426. OLE color: 13649426.

HSL color Cylindrical-coordinate representation of color #1246D0: hue angle of 223.58º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1246D0 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 70 208 -
CMYK 0.91 0.66 0 0.18
HSL 223.58º 0.84% 0.44% -
HSV(B) 223.58º 0.91% 0.82% -
XYZ 13.82 9.06 60.7 -
YUV 70.18 205.77 90.78 -
System Red Green Blue C M Y K H S L
Decimal 18 70 208 0.91 0.66 0 0.18 223.58 0.84 0.44
Hex 12 46 D0 5B 42 0 12 E0 54 2C
Octal 22 106 320 133 102 0 22 340 124 54
Binary 10010 1000110 11010000 1011011 1000010 0 10010 11100000 1010100 101100

Color Harmonies of #1246D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1246D0

Black with #1246D0

Text Example


Text Example

White with #1246D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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