Html Css Color HEX #1246CC Persian Blue

📋 copy color: '#1246CC'

red 18 ◦ green 70 ◦ blue 204

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

Shades of Persian Blue #1246CC

Tints of Persian Blue #1246CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 69.86%

R = 6.16%
G = 23.97%
B = 69.86%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1246CC (or 0x1246CC) is known color: Persian Blue. HEX triplet: 12, 46 and CC. RGB value is (18,70,204). Sum of RGB (Red+Green+Blue) = 18+70+204=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #1246CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1246CC is #EDB933. Grayscale: #454545. Windows color (decimal): -15579444 or 13387282. OLE color: 13387282.

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

Color convert

RGB 18 70 204 -
CMYK 0.91 0.66 0 0.2
HSL 223.23º 0.84% 0.44% -
HSV(B) 223.23º 0.91% 0.8% -
XYZ 13.34 8.87 58.14 -
YUV 69.73 203.77 91.1 -
System Red Green Blue C M Y K H S L
Decimal 18 70 204 0.91 0.66 0 0.2 223.23 0.84 0.44
Hex 12 46 CC 5B 42 0 14 DF 54 2C
Octal 22 106 314 133 102 0 24 337 124 54
Binary 10010 1000110 11001100 1011011 1000010 0 10100 11011111 1010100 101100

Color Harmonies of #1246CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1246CC

Black with #1246CC

Text Example


Text Example

White with #1246CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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