Html Css Color HEX #1248DB Persian Blue

📋 copy color: '#1248DB'

red 18 ◦ green 72 ◦ blue 219

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

Shades of Persian Blue #1248DB

Tints of Persian Blue #1248DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 70.87%

R = 5.83%
G = 23.3%
B = 70.87%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1248DB (or 0x1248DB) is known color: Persian Blue. HEX triplet: 12, 48 and DB. RGB value is (18,72,219). Sum of RGB (Red+Green+Blue) = 18+72+219=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #1248DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1248DB is #EDB724. Grayscale: #474747. Windows color (decimal): -15578917 or 14370834. OLE color: 14370834.

HSL color Cylindrical-coordinate representation of color #1248DB: hue angle of 223.88º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1248DB is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 72 219 -
CMYK 0.92 0.67 0 0.14
HSL 223.88º 0.85% 0.46% -
HSV(B) 223.88º 0.92% 0.86% -
XYZ 15.35 9.88 68.12 -
YUV 72.61 210.61 89.05 -
System Red Green Blue C M Y K H S L
Decimal 18 72 219 0.92 0.67 0 0.14 223.88 0.85 0.46
Hex 12 48 DB 5C 43 0 E E0 55 2E
Octal 22 110 333 134 103 0 16 340 125 56
Binary 10010 1001000 11011011 1011100 1000011 0 1110 11100000 1010101 101110

Color Harmonies of #1248DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1248DB

Black with #1248DB

Text Example


Text Example

White with #1248DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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