#1669CA

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

Shades of Denim #1669CA

Tints of Denim #1669CA

Color information

#1669CA (or 0x1669CA) is unknown color: approx Denim. HEX triplet: 16, 69 and CA. RGB value is (22,105,202). Sum of RGB (Red+Green+Blue) = 22+105+202=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #1669CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1669CA is #E99635. Grayscale: #5A5A5A. Windows color (decimal): -15308342 or 13265174. OLE color: 13265174.

HSL color Cylindrical-coordinate representation of color #1669CA: hue angle of 212.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1669CA is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB22105202-
CMYK0.890.4800.21
HSL212.33º80.36%43.92%-
HSV(B)212.33º89.11%79.22%-
XYZ16.0414.5457.84-
YUV91.24190.578.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.69%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 202 (79.30% from 255) = 61.40%
R=6.69%
G=31.91%
B=61.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal221052020.890.4800.21212.3380.3643.92
Hex1669CA5930015d4502c
Octal261513121316002532412054
Binary101101101001110010101011001110000010101110101001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1669CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1669CA; }

 p { color: rgb(22,105,202); }

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

<style>
 a { background-color: #1669CA; }

 a { background-color: rgb(22,105,202); }

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

<style>
 span { border-color: #1669CA; }

 span { border-color: rgb(22,105,202); }

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