Html Css Color HEX #1853C0 Denim

📋 copy color: '#1853C0'

red 24 ◦ green 83 ◦ blue 192

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

Shades of Denim #1853C0

Tints of Denim #1853C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 64.21%

R = 8.03%
G = 27.76%
B = 64.21%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1853C0 (or 0x1853C0) is known color: Denim. HEX triplet: 18, 53 and C0. RGB value is (24,83,192). Sum of RGB (Red+Green+Blue) = 24+83+192=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 192 (75.39% from 255 or 64.21% from 299); Max value from RGB is 192 - color contains mainly: blue. Hex color #1853C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1853C0 is #E7AC3F. Grayscale: #4D4D4D. Windows color (decimal): -15182912 or 12604184. OLE color: 12604184.

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

Color convert

RGB 24 83 192 -
CMYK 0.88 0.57 0 0.25
HSL 218.93º 0.78% 0.42% -
HSV(B) 218.93º 0.88% 0.75% -
XYZ 12.98 10.19 51.15 -
YUV 77.79 192.45 89.64 -
System Red Green Blue C M Y K H S L
Decimal 24 83 192 0.88 0.57 0 0.25 218.93 0.78 0.42
Hex 18 53 C0 58 39 0 19 DB 4E 2A
Octal 30 123 300 130 71 0 31 333 116 52
Binary 11000 1010011 11000000 1011000 111001 0 11001 11011011 1001110 101010

Color Harmonies of #1853C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1853C0

Black with #1853C0

Text Example


Text Example

White with #1853C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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