#1d77cf

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

Shades of Denim #1D77CF

Tints of Denim #1D77CF

Color information

#1D77CF (or 0x1D77CF) is unknown color: approx Denim. HEX triplet: 1D, 77 and CF. RGB value is (29,119,207). Sum of RGB (Red+Green+Blue) = 29+119+207=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D77CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D77CF is #E28830. Grayscale: #656565. Windows color (decimal): -14846001 or 13596445. OLE color: 13596445.

HSL color Cylindrical-coordinate representation of color #1D77CF: hue angle of 209.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D77CF is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB29119207-
CMYK0.860.4300.19
HSL209.66º75.42%46.27%-
HSV(B)209.66º85.99%81.18%-
XYZ18.3717.9661.53-
YUV102.12187.1875.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.17%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 207 (81.25% from 255) = 58.31%
R=8.17%
G=33.52%
B=58.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal291192070.860.4300.19209.6675.4246.27
Hex1D77CF562B013d24b2e
Octal351673171265302332211356
Binary111011110111110011111010110101011010011110100101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d77cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,119,207); }

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

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

 a { background-color: rgb(29,119,207); }

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

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

 span { border-color: rgb(29,119,207); }

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