Html Css Color HEX #1853CF Denim

📋 copy color: '#1853CF'

red 24 ◦ green 83 ◦ blue 207

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

Shades of Denim #1853CF

Tints of Denim #1853CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.92%

R = 7.64%
G = 26.43%
B = 65.92%

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

#1853CF (or 0x1853CF) is known color: Denim. HEX triplet: 18, 53 and CF. RGB value is (24,83,207). Sum of RGB (Red+Green+Blue) = 24+83+207=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #1853CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1853CF is #E7AC30. Grayscale: #4E4E4E. Windows color (decimal): -15182897 or 13587224. OLE color: 13587224.

HSL color Cylindrical-coordinate representation of color #1853CF: hue angle of 220.66º 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 #1853CF is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 83 207 -
CMYK 0.88 0.60 0 0.19
HSL 220.66º 0.79% 0.45% -
HSV(B) 220.66º 0.88% 0.81% -
XYZ 14.73 10.89 60.36 -
YUV 79.5 199.95 88.42 -
System Red Green Blue C M Y K H S L
Decimal 24 83 207 0.88 0.60 0 0.19 220.66 0.79 0.45
Hex 18 53 CF 58 3C 0 13 DD 4F 2D
Octal 30 123 317 130 74 0 23 335 117 55
Binary 11000 1010011 11001111 1011000 111100 0 10011 11011101 1001111 101101

Color Harmonies of #1853CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1853CF

Black with #1853CF

Text Example


Text Example

White with #1853CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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