Html Css Color HEX #1833DB Persian Blue

📋 copy color: '#1833DB'

red 24 ◦ green 51 ◦ blue 219

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

Shades of Persian Blue #1833DB

Tints of Persian Blue #1833DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.35%

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

R = 8.16%
G = 17.35%
B = 74.49%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1833DB (or 0x1833DB) is known color: Persian Blue. HEX triplet: 18, 33 and DB. RGB value is (24,51,219). Sum of RGB (Red+Green+Blue) = 24+51+219=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #1833DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1833DB is #E7CC24. Grayscale: #3D3D3D. Windows color (decimal): -15191077 or 14365464. OLE color: 14365464.

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

Color convert

RGB 24 51 219 -
CMYK 0.89 0.77 0 0.14
HSL 231.69º 0.8% 0.48% -
HSV(B) 231.69º 0.89% 0.86% -
XYZ 14.35 7.68 67.74 -
YUV 62.08 216.55 100.84 -
System Red Green Blue C M Y K H S L
Decimal 24 51 219 0.89 0.77 0 0.14 231.69 0.8 0.48
Hex 18 33 DB 59 4D 0 E E8 50 30
Octal 30 63 333 131 115 0 16 350 120 60
Binary 11000 110011 11011011 1011001 1001101 0 1110 11101000 1010000 110000

Color Harmonies of #1833DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1833DB

Black with #1833DB

Text Example


Text Example

White with #1833DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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