Html Css Color HEX #1246BE Persian Blue

📋 copy color: '#1246BE'

red 18 ◦ green 70 ◦ blue 190

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

Shades of Persian Blue #1246BE

Tints of Persian Blue #1246BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.35%

R = 6.47%
G = 25.18%
B = 68.35%

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

#1246BE (or 0x1246BE) is known color: Persian Blue. HEX triplet: 12, 46 and BE. RGB value is (18,70,190). Sum of RGB (Red+Green+Blue) = 18+70+190=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #1246BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1246BE is #EDB941. Grayscale: #434343. Windows color (decimal): -15579458 or 12469778. OLE color: 12469778.

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

Color convert

RGB 18 70 190 -
CMYK 0.91 0.63 0 0.25
HSL 221.86º 0.83% 0.41% -
HSV(B) 221.86º 0.91% 0.75% -
XYZ 11.73 8.23 49.68 -
YUV 68.13 196.77 92.24 -
System Red Green Blue C M Y K H S L
Decimal 18 70 190 0.91 0.63 0 0.25 221.86 0.83 0.41
Hex 12 46 BE 5B 3F 0 19 DE 53 29
Octal 22 106 276 133 77 0 31 336 123 51
Binary 10010 1000110 10111110 1011011 111111 0 11001 11011110 1010011 101001

Color Harmonies of #1246BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1246BE

Black with #1246BE

Text Example


Text Example

White with #1246BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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