Html Css Color HEX #1248CF Persian Blue

📋 copy color: '#1248CF'

red 18 ◦ green 72 ◦ blue 207

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

Shades of Persian Blue #1248CF

Tints of Persian Blue #1248CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.24%

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

R = 6.06%
G = 24.24%
B = 69.7%

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

#1248CF (or 0x1248CF) is known color: Persian Blue. HEX triplet: 12, 48 and CF. RGB value is (18,72,207). Sum of RGB (Red+Green+Blue) = 18+72+207=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #1248CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1248CF is #EDB730. Grayscale: #464646. Windows color (decimal): -15578929 or 13584402. OLE color: 13584402.

HSL color Cylindrical-coordinate representation of color #1248CF: hue angle of 222.86º 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 #1248CF is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 72 207 -
CMYK 0.91 0.65 0 0.19
HSL 222.86º 0.84% 0.44% -
HSV(B) 222.86º 0.91% 0.81% -
XYZ 13.83 9.27 60.09 -
YUV 71.24 204.61 90.02 -
System Red Green Blue C M Y K H S L
Decimal 18 72 207 0.91 0.65 0 0.19 222.86 0.84 0.44
Hex 12 48 CF 5B 41 0 13 DF 54 2C
Octal 22 110 317 133 101 0 23 337 124 54
Binary 10010 1001000 11001111 1011011 1000001 0 10011 11011111 1010100 101100

Color Harmonies of #1248CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1248CF

Black with #1248CF

Text Example


Text Example

White with #1248CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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