Html Css Color HEX #1D76C4 Denim

📋 copy color: '#1D76C4'

red 29 ◦ green 118 ◦ blue 196

#1D76C4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #1D76C4

Tints of Denim #1D76C4

RGB

 RED value IS 29 (11.72% from 255) = 8.45%

 GREEN value IS 118 (46.48% from 255) = 34.4%

 BLUE value IS 196 (76.95% from 255) = 57.14%

R = 8.45%
G = 34.4%
B = 57.14%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1D76C4 (or 0x1D76C4) is known color: Denim. HEX triplet: 1D, 76 and C4. RGB value is (29,118,196). Sum of RGB (Red+Green+Blue) = 29+118+196=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 196 (76.95% from 255 or 57.14% from 343); Max value from RGB is 196 - color contains mainly: blue. Hex color #1D76C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D76C4 is #E2893B. Grayscale: #636363. Windows color (decimal): -14846268 or 12875293. OLE color: 12875293.

HSL color Cylindrical-coordinate representation of color #1D76C4: hue angle of 208.02º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D76C4 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 29 118 196 -
CMYK 0.85 0.40 0 0.23
HSL 208.02º 0.74% 0.44% -
HSV(B) 208.02º 0.85% 0.77% -
XYZ 16.95 17.2 54.65 -
YUV 100.28 182.01 77.16 -
System Red Green Blue C M Y K H S L
Decimal 29 118 196 0.85 0.40 0 0.23 208.02 0.74 0.44
Hex 1D 76 C4 55 28 0 17 D0 4A 2C
Octal 35 166 304 125 50 0 27 320 112 54
Binary 11101 1110110 11000100 1010101 101000 0 10111 11010000 1001010 101100

Color Harmonies of #1D76C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D76C4

Black with #1D76C4

Text Example


Text Example

White with #1D76C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,118,196); }

 H1.HeaderClassName
 {
   color: #1D76C4;
 }
 .AnyTagClassName
 {
   color: #1D76C4;
 }
</style>

background-color css

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

 a { background-color: rgb(29,118,196); }

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

border-color css

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

 span { border-color: rgb(29,118,196); }

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