Html Css Color HEX #1249BC Persian Blue

📋 copy color: '#1249BC'

red 18 ◦ green 73 ◦ blue 188

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

Shades of Persian Blue #1249BC

Tints of Persian Blue #1249BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.38%

R = 6.45%
G = 26.16%
B = 67.38%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1249BC (or 0x1249BC) is known color: Persian Blue. HEX triplet: 12, 49 and BC. RGB value is (18,73,188). Sum of RGB (Red+Green+Blue) = 18+73+188=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #1249BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1249BC is #EDB643. Grayscale: #454545. Windows color (decimal): -15578692 or 12339474. OLE color: 12339474.

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

Color convert

RGB 18 73 188 -
CMYK 0.90 0.61 0 0.26
HSL 220.59º 0.83% 0.4% -
HSV(B) 220.59º 0.9% 0.74% -
XYZ 11.71 8.52 48.61 -
YUV 69.67 194.78 91.15 -
System Red Green Blue C M Y K H S L
Decimal 18 73 188 0.90 0.61 0 0.26 220.59 0.83 0.4
Hex 12 49 BC 5A 3D 0 1A DD 53 28
Octal 22 111 274 132 75 0 32 335 123 50
Binary 10010 1001001 10111100 1011010 111101 0 11010 11011101 1010011 101000

Color Harmonies of #1249BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1249BC

Black with #1249BC

Text Example


Text Example

White with #1249BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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