Html Css Color HEX #1852BB Denim

📋 copy color: '#1852BB'

red 24 ◦ green 82 ◦ blue 187

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

Shades of Denim #1852BB

Tints of Denim #1852BB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.99%

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

R = 8.19%
G = 27.99%
B = 63.82%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1852BB (or 0x1852BB) is known color: Denim. HEX triplet: 18, 52 and BB. RGB value is (24,82,187). Sum of RGB (Red+Green+Blue) = 24+82+187=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #1852BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1852BB is #E7AD44. Grayscale: #4C4C4C. Windows color (decimal): -15183173 or 12276248. OLE color: 12276248.

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

Color convert

RGB 24 82 187 -
CMYK 0.87 0.56 0 0.27
HSL 218.65º 0.77% 0.41% -
HSV(B) 218.65º 0.87% 0.73% -
XYZ 12.36 9.82 48.26 -
YUV 76.63 190.28 90.46 -
System Red Green Blue C M Y K H S L
Decimal 24 82 187 0.87 0.56 0 0.27 218.65 0.77 0.41
Hex 18 52 BB 57 38 0 1B DB 4D 29
Octal 30 122 273 127 70 0 33 333 115 51
Binary 11000 1010010 10111011 1010111 111000 0 11011 11011011 1001101 101001

Color Harmonies of #1852BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1852BB

Black with #1852BB

Text Example


Text Example

White with #1852BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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