#1854CD

Color #1854CD Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1854CD

Tints of Denim #1854CD

Color information

#1854CD (or 0x1854CD) is unknown color: approx Denim. HEX triplet: 18, 54 and CD. RGB value is (24,84,205). Sum of RGB (Red+Green+Blue) = 24+84+205=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #1854CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1854CD is #E7AB32. Grayscale: #4F4F4F. Windows color (decimal): -15182643 or 13456408. OLE color: 13456408.

HSL color Cylindrical-coordinate representation of color #1854CD: hue angle of 220.11º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1854CD is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2484205-
CMYK0.880.5900.20
HSL220.11º79.04%44.9%-
HSV(B)220.11º88.29%80.39%-
XYZ14.5710.9459.1-
YUV79.85198.6288.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.67%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 205 (80.47% from 255) = 65.50%
R=7.67%
G=26.84%
B=65.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal24842050.880.5900.20220.1179.0444.9
Hex1854CD583B014dc4f2d
Octal301243151307302433411755
Binary110001010100110011011011000111011010100110111001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1854CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1854CD; }

 p { color: rgb(24,84,205); }

 H1.HeaderClassName
 {
   color: #1854CD;
 }
 .AnyTagClassName
 {
   color: #1854CD;
 }
</style>
background-color css

<style>
 a { background-color: #1854CD; }

 a { background-color: rgb(24,84,205); }

 div.DivClassName
 {
   background-color: #1854CD;
 }
 .BgClassName
 {
   background-color: #1854CD;
 }
</style>
border-color css

<style>
 span { border-color: #1854CD; }

 span { border-color: rgb(24,84,205); }

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