#1C65BE

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

Shades of Denim #1C65BE

Tints of Denim #1C65BE

Color information

#1C65BE (or 0x1C65BE) is unknown color: approx Denim. HEX triplet: 1C, 65 and BE. RGB value is (28,101,190). Sum of RGB (Red+Green+Blue) = 28+101+190=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C65BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C65BE is #E39A41. Grayscale: #585858. Windows color (decimal): -14916162 or 12477724. OLE color: 12477724.

HSL color Cylindrical-coordinate representation of color #1C65BE: hue angle of 212.96º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C65BE is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB28101190-
CMYK0.850.4700.25
HSL212.96º74.31%42.75%-
HSV(B)212.96º85.26%74.51%-
XYZ14.4313.2750.52-
YUV89.32184.8284.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.78%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 190 (74.61% from 255) = 59.56%
R=8.78%
G=31.66%
B=59.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal281011900.850.4700.25212.9674.3142.75
Hex1C65BE552F019d54a2b
Octal341452761255703132511253
Binary111001100101101111101010101101111011001110101011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C65BE; }

 p { color: rgb(28,101,190); }

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

<style>
 a { background-color: #1C65BE; }

 a { background-color: rgb(28,101,190); }

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

<style>
 span { border-color: #1C65BE; }

 span { border-color: rgb(28,101,190); }

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