Html Css Color HEX #1853CE Denim

📋 copy color: '#1853CE'

red 24 ◦ green 83 ◦ blue 206

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

Shades of Denim #1853CE

Tints of Denim #1853CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.81%

R = 7.67%
G = 26.52%
B = 65.81%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1853CE (or 0x1853CE) is known color: Denim. HEX triplet: 18, 53 and CE. RGB value is (24,83,206). Sum of RGB (Red+Green+Blue) = 24+83+206=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #1853CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1853CE is #E7AC31. Grayscale: #4E4E4E. Windows color (decimal): -15182898 or 13521688. OLE color: 13521688.

HSL color Cylindrical-coordinate representation of color #1853CE: hue angle of 220.55º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1853CE is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 83 206 -
CMYK 0.88 0.60 0 0.19
HSL 220.55º 0.79% 0.45% -
HSV(B) 220.55º 0.88% 0.81% -
XYZ 14.61 10.84 59.71 -
YUV 79.38 199.45 88.5 -
System Red Green Blue C M Y K H S L
Decimal 24 83 206 0.88 0.60 0 0.19 220.55 0.79 0.45
Hex 18 53 CE 58 3C 0 13 DD 4F 2D
Octal 30 123 316 130 74 0 23 335 117 55
Binary 11000 1010011 11001110 1011000 111100 0 10011 11011101 1001111 101101

Color Harmonies of #1853CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1853CE

Black with #1853CE

Text Example


Text Example

White with #1853CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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