Html Css Color HEX #1836DB Persian Blue

📋 copy color: '#1836DB'

red 24 ◦ green 54 ◦ blue 219

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

Shades of Persian Blue #1836DB

Tints of Persian Blue #1836DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

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

R = 8.08%
G = 18.18%
B = 73.74%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1836DB (or 0x1836DB) is known color: Persian Blue. HEX triplet: 18, 36 and DB. RGB value is (24,54,219). Sum of RGB (Red+Green+Blue) = 24+54+219=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #1836DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1836DB is #E7C924. Grayscale: #3F3F3F. Windows color (decimal): -15190309 or 14366232. OLE color: 14366232.

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

Color convert

RGB 24 54 219 -
CMYK 0.89 0.75 0 0.14
HSL 230.77º 0.8% 0.48% -
HSV(B) 230.77º 0.89% 0.86% -
XYZ 14.48 7.95 67.79 -
YUV 63.84 215.56 99.58 -
System Red Green Blue C M Y K H S L
Decimal 24 54 219 0.89 0.75 0 0.14 230.77 0.8 0.48
Hex 18 36 DB 59 4B 0 E E7 50 30
Octal 30 66 333 131 113 0 16 347 120 60
Binary 11000 110110 11011011 1011001 1001011 0 1110 11100111 1010000 110000

Color Harmonies of #1836DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1836DB

Black with #1836DB

Text Example


Text Example

White with #1836DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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