Html Css Color HEX #1D6ABE Denim

📋 copy color: '#1D6ABE'

red 29 ◦ green 106 ◦ blue 190

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

Shades of Denim #1D6ABE

Tints of Denim #1D6ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.62%

 BLUE value IS 190 (74.61% from 255) = 58.46%

R = 8.92%
G = 32.62%
B = 58.46%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D6ABE (or 0x1D6ABE) is known color: Denim. HEX triplet: 1D, 6A and BE. RGB value is (29,106,190). Sum of RGB (Red+Green+Blue) = 29+106+190=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D6ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6ABE is #E29541. Grayscale: #5C5C5C. Windows color (decimal): -14849346 or 12479005. OLE color: 12479005.

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

Color convert

RGB 29 106 190 -
CMYK 0.85 0.44 0 0.25
HSL 211.3º 0.74% 0.43% -
HSV(B) 211.3º 0.85% 0.75% -
XYZ 14.95 14.29 50.68 -
YUV 92.55 182.99 82.67 -
System Red Green Blue C M Y K H S L
Decimal 29 106 190 0.85 0.44 0 0.25 211.3 0.74 0.43
Hex 1D 6A BE 55 2C 0 19 D3 4A 2B
Octal 35 152 276 125 54 0 31 323 112 53
Binary 11101 1101010 10111110 1010101 101100 0 11001 11010011 1001010 101011

Color Harmonies of #1D6ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6ABE

Black with #1D6ABE

Text Example


Text Example

White with #1D6ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,106,190); }

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

background-color css

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

 a { background-color: rgb(29,106,190); }

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

border-color css

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

 span { border-color: rgb(29,106,190); }

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