Html Css Color HEX #1249CF Persian Blue

📋 copy color: '#1249CF'

red 18 ◦ green 73 ◦ blue 207

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

Shades of Persian Blue #1249CF

Tints of Persian Blue #1249CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69.46%

R = 6.04%
G = 24.5%
B = 69.46%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1249CF (or 0x1249CF) is known color: Persian Blue. HEX triplet: 12, 49 and CF. RGB value is (18,73,207). Sum of RGB (Red+Green+Blue) = 18+73+207=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #1249CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1249CF is #EDB630. Grayscale: #474747. Windows color (decimal): -15578673 or 13584658. OLE color: 13584658.

HSL color Cylindrical-coordinate representation of color #1249CF: hue angle of 222.54º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1249CF is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 73 207 -
CMYK 0.91 0.65 0 0.19
HSL 222.54º 0.84% 0.44% -
HSV(B) 222.54º 0.91% 0.81% -
XYZ 13.89 9.4 60.11 -
YUV 71.83 204.28 89.6 -
System Red Green Blue C M Y K H S L
Decimal 18 73 207 0.91 0.65 0 0.19 222.54 0.84 0.44
Hex 12 49 CF 5B 41 0 13 DF 54 2C
Octal 22 111 317 133 101 0 23 337 124 54
Binary 10010 1001001 11001111 1011011 1000001 0 10011 11011111 1010100 101100

Color Harmonies of #1249CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1249CF

Black with #1249CF

Text Example


Text Example

White with #1249CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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