Html Css Color HEX #1D72BC Denim

📋 copy color: '#1D72BC'

red 29 ◦ green 114 ◦ blue 188

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

Shades of Denim #1D72BC

Tints of Denim #1D72BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.44%

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 8.76%
G = 34.44%
B = 56.8%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1D72BC (or 0x1D72BC) is known color: Denim. HEX triplet: 1D, 72 and BC. RGB value is (29,114,188). Sum of RGB (Red+Green+Blue) = 29+114+188=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D72BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D72BC is #E28D43. Grayscale: #606060. Windows color (decimal): -14847300 or 12349981. OLE color: 12349981.

HSL color Cylindrical-coordinate representation of color #1D72BC: hue angle of 207.92º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D72BC is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 114 188 -
CMYK 0.85 0.39 0 0.26
HSL 207.92º 0.73% 0.43% -
HSV(B) 207.92º 0.85% 0.74% -
XYZ 15.6 15.93 49.83 -
YUV 97.02 179.34 79.48 -
System Red Green Blue C M Y K H S L
Decimal 29 114 188 0.85 0.39 0 0.26 207.92 0.73 0.43
Hex 1D 72 BC 55 27 0 1A D0 49 2B
Octal 35 162 274 125 47 0 32 320 111 53
Binary 11101 1110010 10111100 1010101 100111 0 11010 11010000 1001001 101011

Color Harmonies of #1D72BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D72BC

Black with #1D72BC

Text Example


Text Example

White with #1D72BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,114,188); }

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

background-color css

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

 a { background-color: rgb(29,114,188); }

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

border-color css

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

 span { border-color: rgb(29,114,188); }

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