Html Css Color HEX #1249B9 Persian Blue

📋 copy color: '#1249B9'

red 18 ◦ green 73 ◦ blue 185

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

Shades of Persian Blue #1249B9

Tints of Persian Blue #1249B9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.45%

 BLUE value IS 185 (72.66% from 255) = 67.03%

R = 6.52%
G = 26.45%
B = 67.03%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1249B9 (or 0x1249B9) is known color: Persian Blue. HEX triplet: 12, 49 and B9. RGB value is (18,73,185). Sum of RGB (Red+Green+Blue) = 18+73+185=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 185 (72.66% from 255 or 67.03% from 276); Max value from RGB is 185 - color contains mainly: blue. Hex color #1249B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1249B9 is #EDB646. Grayscale: #444444. Windows color (decimal): -15578695 or 12142866. OLE color: 12142866.

HSL color Cylindrical-coordinate representation of color #1249B9: hue angle of 220.24º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1249B9 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 73 185 -
CMYK 0.90 0.61 0 0.27
HSL 220.24º 0.82% 0.4% -
HSV(B) 220.24º 0.9% 0.73% -
XYZ 11.39 8.4 46.92 -
YUV 69.32 193.28 91.39 -
System Red Green Blue C M Y K H S L
Decimal 18 73 185 0.90 0.61 0 0.27 220.24 0.82 0.4
Hex 12 49 B9 5A 3D 0 1B DC 52 28
Octal 22 111 271 132 75 0 33 334 122 50
Binary 10010 1001001 10111001 1011010 111101 0 11011 11011100 1010010 101000

Color Harmonies of #1249B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1249B9

Black with #1249B9

Text Example


Text Example

White with #1249B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1249B9; }

 p { color: rgb(18,73,185); }

 H1.HeaderClassName
 {
   color: #1249B9;
 }
 .AnyTagClassName
 {
   color: #1249B9;
 }
</style>

background-color css

<style>
 a { background-color: #1249B9; }

 a { background-color: rgb(18,73,185); }

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

border-color css

<style>
 span { border-color: #1249B9; }

 span { border-color: rgb(18,73,185); }

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