Html Css Color HEX #1D61CC Denim

📋 copy color: '#1D61CC'

red 29 ◦ green 97 ◦ blue 204

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

Shades of Denim #1D61CC

Tints of Denim #1D61CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

 BLUE value IS 204 (80.08% from 255) = 61.82%

R = 8.79%
G = 29.39%
B = 61.82%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1D61CC (or 0x1D61CC) is known color: Denim. HEX triplet: 1D, 61 and CC. RGB value is (29,97,204). Sum of RGB (Red+Green+Blue) = 29+97+204=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D61CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D61CC is #E29E33. Grayscale: #585858. Windows color (decimal): -14851636 or 13394205. OLE color: 13394205.

HSL color Cylindrical-coordinate representation of color #1D61CC: hue angle of 216.69º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D61CC is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 29 97 204 -
CMYK 0.86 0.52 0 0.2
HSL 216.69º 0.75% 0.46% -
HSV(B) 216.69º 0.86% 0.8% -
XYZ 15.68 13.17 58.84 -
YUV 88.87 192.97 85.3 -
System Red Green Blue C M Y K H S L
Decimal 29 97 204 0.86 0.52 0 0.2 216.69 0.75 0.46
Hex 1D 61 CC 56 34 0 14 D9 4B 2E
Octal 35 141 314 126 64 0 24 331 113 56
Binary 11101 1100001 11001100 1010110 110100 0 10100 11011001 1001011 101110

Color Harmonies of #1D61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D61CC

Black with #1D61CC

Text Example


Text Example

White with #1D61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,97,204); }

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

background-color css

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

 a { background-color: rgb(29,97,204); }

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

border-color css

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

 span { border-color: rgb(29,97,204); }

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