Html Css Color HEX #1D74BB Denim

📋 copy color: '#1D74BB'

red 29 ◦ green 116 ◦ blue 187

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

Shades of Denim #1D74BB

Tints of Denim #1D74BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.94%

 BLUE value IS 187 (73.44% from 255) = 56.33%

R = 8.73%
G = 34.94%
B = 56.33%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D74BB (or 0x1D74BB) is known color: Denim. HEX triplet: 1D, 74 and BB. RGB value is (29,116,187). Sum of RGB (Red+Green+Blue) = 29+116+187=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D74BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D74BB is #E28B44. Grayscale: #616161. Windows color (decimal): -14846789 or 12284957. OLE color: 12284957.

HSL color Cylindrical-coordinate representation of color #1D74BB: hue angle of 206.96º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D74BB is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 116 187 -
CMYK 0.84 0.38 0 0.27
HSL 206.96º 0.73% 0.42% -
HSV(B) 206.96º 0.84% 0.73% -
XYZ 15.72 16.34 49.34 -
YUV 98.08 178.18 78.73 -
System Red Green Blue C M Y K H S L
Decimal 29 116 187 0.84 0.38 0 0.27 206.96 0.73 0.42
Hex 1D 74 BB 54 26 0 1B CF 49 2A
Octal 35 164 273 124 46 0 33 317 111 52
Binary 11101 1110100 10111011 1010100 100110 0 11011 11001111 1001001 101010

Color Harmonies of #1D74BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D74BB

Black with #1D74BB

Text Example


Text Example

White with #1D74BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,116,187); }

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

background-color css

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

 a { background-color: rgb(29,116,187); }

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

border-color css

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

 span { border-color: rgb(29,116,187); }

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