Html Css Color HEX #1840BB Persian Blue

📋 copy color: '#1840BB'

red 24 ◦ green 64 ◦ blue 187

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

Shades of Persian Blue #1840BB

Tints of Persian Blue #1840BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.27%

 BLUE value IS 187 (73.44% from 255) = 68%

R = 8.73%
G = 23.27%
B = 68%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1840BB (or 0x1840BB) is known color: Persian Blue. HEX triplet: 18, 40 and BB. RGB value is (24,64,187). Sum of RGB (Red+Green+Blue) = 24+64+187=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #1840BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1840BB is #E7BF44. Grayscale: #414141. Windows color (decimal): -15187781 or 12271640. OLE color: 12271640.

HSL color Cylindrical-coordinate representation of color #1840BB: hue angle of 225.28º 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 #1840BB is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 64 187 -
CMYK 0.87 0.66 0 0.27
HSL 225.28º 0.77% 0.41% -
HSV(B) 225.28º 0.87% 0.73% -
XYZ 11.18 7.45 47.86 -
YUV 66.06 196.25 98 -
System Red Green Blue C M Y K H S L
Decimal 24 64 187 0.87 0.66 0 0.27 225.28 0.77 0.41
Hex 18 40 BB 57 42 0 1B E1 4D 29
Octal 30 100 273 127 102 0 33 341 115 51
Binary 11000 1000000 10111011 1010111 1000010 0 11011 11100001 1001101 101001

Color Harmonies of #1840BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1840BB

Black with #1840BB

Text Example


Text Example

White with #1840BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1840BB; }

 p { color: rgb(24,64,187); }

 H1.HeaderClassName
 {
   color: #1840BB;
 }
 .AnyTagClassName
 {
   color: #1840BB;
 }
</style>

background-color css

<style>
 a { background-color: #1840BB; }

 a { background-color: rgb(24,64,187); }

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

border-color css

<style>
 span { border-color: #1840BB; }

 span { border-color: rgb(24,64,187); }

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