Html Css Color HEX #1838D5 Persian Blue

📋 copy color: '#1838D5'

red 24 ◦ green 56 ◦ blue 213

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

Shades of Persian Blue #1838D5

Tints of Persian Blue #1838D5

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.11%

 BLUE value IS 213 (83.59% from 255) = 72.7%

R = 8.19%
G = 19.11%
B = 72.7%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1838D5 (or 0x1838D5) is known color: Persian Blue. HEX triplet: 18, 38 and D5. RGB value is (24,56,213). Sum of RGB (Red+Green+Blue) = 24+56+213=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 213 (83.59% from 255 or 72.70% from 293); Max value from RGB is 213 - color contains mainly: blue. Hex color #1838D5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1838D5 is #E7C72A. Grayscale: #3F3F3F. Windows color (decimal): -15189803 or 13973528. OLE color: 13973528.

HSL color Cylindrical-coordinate representation of color #1838D5: hue angle of 229.84º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1838D5 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 56 213 -
CMYK 0.89 0.74 0 0.16
HSL 229.84º 0.8% 0.46% -
HSV(B) 229.84º 0.89% 0.84% -
XYZ 13.8 7.83 63.73 -
YUV 64.33 211.9 99.23 -
System Red Green Blue C M Y K H S L
Decimal 24 56 213 0.89 0.74 0 0.16 229.84 0.8 0.46
Hex 18 38 D5 59 4A 0 10 E6 50 2E
Octal 30 70 325 131 112 0 20 346 120 56
Binary 11000 111000 11010101 1011001 1001010 0 10000 11100110 1010000 101110

Color Harmonies of #1838D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1838D5

Black with #1838D5

Text Example


Text Example

White with #1838D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1838D5; }

 p { color: rgb(24,56,213); }

 H1.HeaderClassName
 {
   color: #1838D5;
 }
 .AnyTagClassName
 {
   color: #1838D5;
 }
</style>

background-color css

<style>
 a { background-color: #1838D5; }

 a { background-color: rgb(24,56,213); }

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

border-color css

<style>
 span { border-color: #1838D5; }

 span { border-color: rgb(24,56,213); }

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