Html Css Color HEX #1247BD Persian Blue

📋 copy color: '#1247BD'

red 18 ◦ green 71 ◦ blue 189

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

Shades of Persian Blue #1247BD

Tints of Persian Blue #1247BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 67.99%

R = 6.47%
G = 25.54%
B = 67.99%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1247BD (or 0x1247BD) is known color: Persian Blue. HEX triplet: 12, 47 and BD. RGB value is (18,71,189). Sum of RGB (Red+Green+Blue) = 18+71+189=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #1247BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1247BD is #EDB842. Grayscale: #444444. Windows color (decimal): -15579203 or 12404498. OLE color: 12404498.

HSL color Cylindrical-coordinate representation of color #1247BD: hue angle of 221.4º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1247BD is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 71 189 -
CMYK 0.90 0.62 0 0.26
HSL 221.4º 0.83% 0.41% -
HSV(B) 221.4º 0.9% 0.74% -
XYZ 11.69 8.31 49.13 -
YUV 68.61 195.94 91.91 -
System Red Green Blue C M Y K H S L
Decimal 18 71 189 0.90 0.62 0 0.26 221.4 0.83 0.41
Hex 12 47 BD 5A 3E 0 1A DD 53 29
Octal 22 107 275 132 76 0 32 335 123 51
Binary 10010 1000111 10111101 1011010 111110 0 11010 11011101 1010011 101001

Color Harmonies of #1247BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1247BD

Black with #1247BD

Text Example


Text Example

White with #1247BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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