Html Css Color HEX #1848C9 Persian Blue

📋 copy color: '#1848C9'

red 24 ◦ green 72 ◦ blue 201

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

Shades of Persian Blue #1848C9

Tints of Persian Blue #1848C9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.24%

 BLUE value IS 201 (78.91% from 255) = 67.68%

R = 8.08%
G = 24.24%
B = 67.68%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1848C9 (or 0x1848C9) is known color: Persian Blue. HEX triplet: 18, 48 and C9. RGB value is (24,72,201). Sum of RGB (Red+Green+Blue) = 24+72+201=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 201 (78.91% from 255 or 67.68% from 297); Max value from RGB is 201 - color contains mainly: blue. Hex color #1848C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1848C9 is #E7B736. Grayscale: #474747. Windows color (decimal): -15185719 or 13191192. OLE color: 13191192.

HSL color Cylindrical-coordinate representation of color #1848C9: hue angle of 223.73º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1848C9 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 72 201 -
CMYK 0.88 0.64 0 0.21
HSL 223.73º 0.79% 0.44% -
HSV(B) 223.73º 0.88% 0.79% -
XYZ 13.24 9.05 56.31 -
YUV 72.35 200.6 93.51 -
System Red Green Blue C M Y K H S L
Decimal 24 72 201 0.88 0.64 0 0.21 223.73 0.79 0.44
Hex 18 48 C9 58 40 0 15 E0 4F 2C
Octal 30 110 311 130 100 0 25 340 117 54
Binary 11000 1001000 11001001 1011000 1000000 0 10101 11100000 1001111 101100

Color Harmonies of #1848C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1848C9

Black with #1848C9

Text Example


Text Example

White with #1848C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1848C9; }

 p { color: rgb(24,72,201); }

 H1.HeaderClassName
 {
   color: #1848C9;
 }
 .AnyTagClassName
 {
   color: #1848C9;
 }
</style>

background-color css

<style>
 a { background-color: #1848C9; }

 a { background-color: rgb(24,72,201); }

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

border-color css

<style>
 span { border-color: #1848C9; }

 span { border-color: rgb(24,72,201); }

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