Html Css Color HEX #1249BA Persian Blue

📋 copy color: '#1249BA'

red 18 ◦ green 73 ◦ blue 186

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

Shades of Persian Blue #1249BA

Tints of Persian Blue #1249BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 67.15%

R = 6.5%
G = 26.35%
B = 67.15%

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

#1249BA (or 0x1249BA) is known color: Persian Blue. HEX triplet: 12, 49 and BA. RGB value is (18,73,186). Sum of RGB (Red+Green+Blue) = 18+73+186=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #1249BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1249BA is #EDB645. Grayscale: #444444. Windows color (decimal): -15578694 or 12208402. OLE color: 12208402.

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

Color convert

RGB 18 73 186 -
CMYK 0.90 0.61 0 0.27
HSL 220.36º 0.82% 0.4% -
HSV(B) 220.36º 0.9% 0.73% -
XYZ 11.49 8.44 47.48 -
YUV 69.44 193.78 91.31 -
System Red Green Blue C M Y K H S L
Decimal 18 73 186 0.90 0.61 0 0.27 220.36 0.82 0.4
Hex 12 49 BA 5A 3D 0 1B DC 52 28
Octal 22 111 272 132 75 0 33 334 122 50
Binary 10010 1001001 10111010 1011010 111101 0 11011 11011100 1010010 101000

Color Harmonies of #1249BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1249BA

Black with #1249BA

Text Example


Text Example

White with #1249BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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