Html Css Color HEX #1247BE Persian Blue

📋 copy color: '#1247BE'

red 18 ◦ green 71 ◦ blue 190

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

Shades of Persian Blue #1247BE

Tints of Persian Blue #1247BE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.45%

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

R = 6.45%
G = 25.45%
B = 68.1%

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

#1247BE (or 0x1247BE) is known color: Persian Blue. HEX triplet: 12, 47 and BE. RGB value is (18,71,190). Sum of RGB (Red+Green+Blue) = 18+71+190=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #1247BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1247BE is #EDB841. Grayscale: #444444. Windows color (decimal): -15579202 or 12470034. OLE color: 12470034.

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

Color convert

RGB 18 71 190 -
CMYK 0.91 0.63 0 0.25
HSL 221.51º 0.83% 0.41% -
HSV(B) 221.51º 0.91% 0.75% -
XYZ 11.8 8.35 49.71 -
YUV 68.72 196.44 91.82 -
System Red Green Blue C M Y K H S L
Decimal 18 71 190 0.91 0.63 0 0.25 221.51 0.83 0.41
Hex 12 47 BE 5B 3F 0 19 DE 53 29
Octal 22 107 276 133 77 0 31 336 123 51
Binary 10010 1000111 10111110 1011011 111111 0 11001 11011110 1010011 101001

Color Harmonies of #1247BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1247BE

Black with #1247BE

Text Example


Text Example

White with #1247BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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