#1A69CC

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

Shades of Denim #1A69CC

Tints of Denim #1A69CC

Color information

#1A69CC (or 0x1A69CC) is unknown color: approx Denim. HEX triplet: 1A, 69 and CC. RGB value is (26,105,204). Sum of RGB (Red+Green+Blue) = 26+105+204=335 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.76% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #1A69CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A69CC is #E59633. Grayscale: #5C5C5C. Windows color (decimal): -15046196 or 13396250. OLE color: 13396250.

HSL color Cylindrical-coordinate representation of color #1A69CC: hue angle of 213.37º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A69CC is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB26105204-
CMYK0.870.4900.2
HSL213.37º77.39%45.1%-
HSV(B)213.37º87.25%80%-
XYZ16.3814.6859.1-
YUV92.66190.8380.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.76%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 204 (80.08% from 255) = 60.90%
R=7.76%
G=31.34%
B=60.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal261052040.870.4900.2213.3777.3945.1
Hex1A69CC5731014d54d2d
Octal321513141276102432511555
Binary110101101001110011001010111110001010100110101011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A69CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,105,204); }

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

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

 a { background-color: rgb(26,105,204); }

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

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

 span { border-color: rgb(26,105,204); }

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