Html Css Color HEX #1842B9 Persian Blue

📋 copy color: '#1842B9'

red 24 ◦ green 66 ◦ blue 185

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

Shades of Persian Blue #1842B9

Tints of Persian Blue #1842B9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

 BLUE value IS 185 (72.66% from 255) = 67.27%

R = 8.73%
G = 24%
B = 67.27%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1842B9 (or 0x1842B9) is known color: Persian Blue. HEX triplet: 18, 42 and B9. RGB value is (24,66,185). Sum of RGB (Red+Green+Blue) = 24+66+185=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 185 (72.66% from 255 or 67.27% from 275); Max value from RGB is 185 - color contains mainly: blue. Hex color #1842B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1842B9 is #E7BD46. Grayscale: #424242. Windows color (decimal): -15187271 or 12141080. OLE color: 12141080.

HSL color Cylindrical-coordinate representation of color #1842B9: hue angle of 224.35º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1842B9 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 66 185 -
CMYK 0.87 0.64 0 0.27
HSL 224.35º 0.77% 0.41% -
HSV(B) 224.35º 0.87% 0.73% -
XYZ 11.08 7.59 46.78 -
YUV 67.01 194.59 97.32 -
System Red Green Blue C M Y K H S L
Decimal 24 66 185 0.87 0.64 0 0.27 224.35 0.77 0.41
Hex 18 42 B9 57 40 0 1B E0 4D 29
Octal 30 102 271 127 100 0 33 340 115 51
Binary 11000 1000010 10111001 1010111 1000000 0 11011 11100000 1001101 101001

Color Harmonies of #1842B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1842B9

Black with #1842B9

Text Example


Text Example

White with #1842B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1842B9; }

 p { color: rgb(24,66,185); }

 H1.HeaderClassName
 {
   color: #1842B9;
 }
 .AnyTagClassName
 {
   color: #1842B9;
 }
</style>

background-color css

<style>
 a { background-color: #1842B9; }

 a { background-color: rgb(24,66,185); }

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

border-color css

<style>
 span { border-color: #1842B9; }

 span { border-color: rgb(24,66,185); }

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