Html Css Color HEX #1846DB Persian Blue

📋 copy color: '#1846DB'

red 24 ◦ green 70 ◦ blue 219

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

Shades of Persian Blue #1846DB

Tints of Persian Blue #1846DB

RGB

 RED value IS 24 (9.77% from 255) = 7.67%

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

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

R = 7.67%
G = 22.36%
B = 69.97%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1846DB (or 0x1846DB) is known color: Persian Blue. HEX triplet: 18, 46 and DB. RGB value is (24,70,219). Sum of RGB (Red+Green+Blue) = 24+70+219=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #1846DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1846DB is #E7B924. Grayscale: #484848. Windows color (decimal): -15186213 or 14370328. OLE color: 14370328.

HSL color Cylindrical-coordinate representation of color #1846DB: hue angle of 225.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1846DB is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 70 219 -
CMYK 0.89 0.68 0 0.14
HSL 225.85º 0.8% 0.48% -
HSV(B) 225.85º 0.89% 0.86% -
XYZ 15.35 9.69 68.08 -
YUV 73.23 210.26 92.88 -
System Red Green Blue C M Y K H S L
Decimal 24 70 219 0.89 0.68 0 0.14 225.85 0.8 0.48
Hex 18 46 DB 59 44 0 E E2 50 30
Octal 30 106 333 131 104 0 16 342 120 60
Binary 11000 1000110 11011011 1011001 1000100 0 1110 11100010 1010000 110000

Color Harmonies of #1846DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1846DB

Black with #1846DB

Text Example


Text Example

White with #1846DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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