Html Css Color HEX #1853BF Denim

📋 copy color: '#1853BF'

red 24 ◦ green 83 ◦ blue 191

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

Shades of Denim #1853BF

Tints of Denim #1853BF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.85%

 BLUE value IS 191 (75% from 255) = 64.09%

R = 8.05%
G = 27.85%
B = 64.09%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1853BF (or 0x1853BF) is known color: Denim. HEX triplet: 18, 53 and BF. RGB value is (24,83,191). Sum of RGB (Red+Green+Blue) = 24+83+191=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #1853BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1853BF is #E7AC40. Grayscale: #4D4D4D. Windows color (decimal): -15182913 or 12538648. OLE color: 12538648.

HSL color Cylindrical-coordinate representation of color #1853BF: hue angle of 218.8º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1853BF is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 83 191 -
CMYK 0.87 0.57 0 0.25
HSL 218.8º 0.78% 0.42% -
HSV(B) 218.8º 0.87% 0.75% -
XYZ 12.87 10.14 50.57 -
YUV 77.67 191.95 89.72 -
System Red Green Blue C M Y K H S L
Decimal 24 83 191 0.87 0.57 0 0.25 218.8 0.78 0.42
Hex 18 53 BF 57 39 0 19 DB 4E 2A
Octal 30 123 277 127 71 0 31 333 116 52
Binary 11000 1010011 10111111 1010111 111001 0 11001 11011011 1001110 101010

Color Harmonies of #1853BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1853BF

Black with #1853BF

Text Example


Text Example

White with #1853BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1853BF; }

 p { color: rgb(24,83,191); }

 H1.HeaderClassName
 {
   color: #1853BF;
 }
 .AnyTagClassName
 {
   color: #1853BF;
 }
</style>

background-color css

<style>
 a { background-color: #1853BF; }

 a { background-color: rgb(24,83,191); }

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

border-color css

<style>
 span { border-color: #1853BF; }

 span { border-color: rgb(24,83,191); }

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