Html Css Color HEX #1246DB Persian Blue

📋 copy color: '#1246DB'

red 18 ◦ green 70 ◦ blue 219

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

Shades of Persian Blue #1246DB

Tints of Persian Blue #1246DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.8%

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

R = 5.86%
G = 22.8%
B = 71.34%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1246DB (or 0x1246DB) is known color: Persian Blue. HEX triplet: 12, 46 and DB. RGB value is (18,70,219). Sum of RGB (Red+Green+Blue) = 18+70+219=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #1246DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1246DB is #EDB924. Grayscale: #464646. Windows color (decimal): -15579429 or 14370322. OLE color: 14370322.

HSL color Cylindrical-coordinate representation of color #1246DB: hue angle of 224.48º 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 #1246DB is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 70 219 -
CMYK 0.92 0.68 0 0.14
HSL 224.48º 0.85% 0.46% -
HSV(B) 224.48º 0.92% 0.86% -
XYZ 15.23 9.62 68.07 -
YUV 71.44 211.27 89.88 -
System Red Green Blue C M Y K H S L
Decimal 18 70 219 0.92 0.68 0 0.14 224.48 0.85 0.46
Hex 12 46 DB 5C 44 0 E E0 55 2E
Octal 22 106 333 134 104 0 16 340 125 56
Binary 10010 1000110 11011011 1011100 1000100 0 1110 11100000 1010101 101110

Color Harmonies of #1246DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1246DB

Black with #1246DB

Text Example


Text Example

White with #1246DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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