Html Css Color HEX #1249BB Persian Blue

📋 copy color: '#1249BB'

red 18 ◦ green 73 ◦ blue 187

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

Shades of Persian Blue #1249BB

Tints of Persian Blue #1249BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 67.27%

R = 6.47%
G = 26.26%
B = 67.27%

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

#1249BB (or 0x1249BB) is known color: Persian Blue. HEX triplet: 12, 49 and BB. RGB value is (18,73,187). Sum of RGB (Red+Green+Blue) = 18+73+187=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #1249BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1249BB is #EDB644. Grayscale: #454545. Windows color (decimal): -15578693 or 12273938. OLE color: 12273938.

HSL color Cylindrical-coordinate representation of color #1249BB: hue angle of 220.47º 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 #1249BB is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 73 187 -
CMYK 0.90 0.61 0 0.27
HSL 220.47º 0.82% 0.4% -
HSV(B) 220.47º 0.9% 0.73% -
XYZ 11.6 8.48 48.04 -
YUV 69.55 194.28 91.23 -
System Red Green Blue C M Y K H S L
Decimal 18 73 187 0.90 0.61 0 0.27 220.47 0.82 0.4
Hex 12 49 BB 5A 3D 0 1B DC 52 28
Octal 22 111 273 132 75 0 33 334 122 50
Binary 10010 1001001 10111011 1011010 111101 0 11011 11011100 1010010 101000

Color Harmonies of #1249BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1249BB

Black with #1249BB

Text Example


Text Example

White with #1249BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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