Html Css Color HEX #1246BF Persian Blue

📋 copy color: '#1246BF'

red 18 ◦ green 70 ◦ blue 191

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

Shades of Persian Blue #1246BF

Tints of Persian Blue #1246BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 68.46%

R = 6.45%
G = 25.09%
B = 68.46%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1246BF (or 0x1246BF) is known color: Persian Blue. HEX triplet: 12, 46 and BF. RGB value is (18,70,191). Sum of RGB (Red+Green+Blue) = 18+70+191=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #1246BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1246BF is #EDB940. Grayscale: #434343. Windows color (decimal): -15579457 or 12535314. OLE color: 12535314.

HSL color Cylindrical-coordinate representation of color #1246BF: hue angle of 221.97º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1246BF is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 70 191 -
CMYK 0.91 0.63 0 0.25
HSL 221.97º 0.83% 0.41% -
HSV(B) 221.97º 0.91% 0.75% -
XYZ 11.84 8.27 50.26 -
YUV 68.25 197.27 92.16 -
System Red Green Blue C M Y K H S L
Decimal 18 70 191 0.91 0.63 0 0.25 221.97 0.83 0.41
Hex 12 46 BF 5B 3F 0 19 DE 53 29
Octal 22 106 277 133 77 0 31 336 123 51
Binary 10010 1000110 10111111 1011011 111111 0 11001 11011110 1010011 101001

Color Harmonies of #1246BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1246BF

Black with #1246BF

Text Example


Text Example

White with #1246BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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