Html Css Color HEX #1D70B0 Denim

📋 copy color: '#1D70B0'

red 29 ◦ green 112 ◦ blue 176

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

Shades of Denim #1D70B0

Tints of Denim #1D70B0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.33%

 BLUE value IS 176 (69.14% from 255) = 55.52%

R = 9.15%
G = 35.33%
B = 55.52%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1D70B0 (or 0x1D70B0) is known color: Denim. HEX triplet: 1D, 70 and B0. RGB value is (29,112,176). Sum of RGB (Red+Green+Blue) = 29+112+176=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 176 (69.14% from 255 or 55.52% from 317); Max value from RGB is 176 - color contains mainly: blue. Hex color #1D70B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D70B0 is #E28F4F. Grayscale: #5E5E5E. Windows color (decimal): -14847824 or 11563037. OLE color: 11563037.

HSL color Cylindrical-coordinate representation of color #1D70B0: hue angle of 206.12º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D70B0 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 112 176 -
CMYK 0.84 0.36 0 0.31
HSL 206.12º 0.72% 0.4% -
HSV(B) 206.12º 0.84% 0.69% -
XYZ 14.14 14.98 43.22 -
YUV 94.48 174 81.3 -
System Red Green Blue C M Y K H S L
Decimal 29 112 176 0.84 0.36 0 0.31 206.12 0.72 0.4
Hex 1D 70 B0 54 24 0 1F CE 48 28
Octal 35 160 260 124 44 0 37 316 110 50
Binary 11101 1110000 10110000 1010100 100100 0 11111 11001110 1001000 101000

Color Harmonies of #1D70B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D70B0

Black with #1D70B0

Text Example


Text Example

White with #1D70B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,112,176); }

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

background-color css

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

 a { background-color: rgb(29,112,176); }

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

border-color css

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

 span { border-color: rgb(29,112,176); }

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