Html Css Color HEX #1D63CC Denim

📋 copy color: '#1D63CC'

red 29 ◦ green 99 ◦ blue 204

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

Shades of Denim #1D63CC

Tints of Denim #1D63CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

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

R = 8.73%
G = 29.82%
B = 61.45%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1D63CC (or 0x1D63CC) is known color: Denim. HEX triplet: 1D, 63 and CC. RGB value is (29,99,204). Sum of RGB (Red+Green+Blue) = 29+99+204=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D63CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D63CC is #E29C33. Grayscale: #595959. Windows color (decimal): -14851124 or 13394717. OLE color: 13394717.

HSL color Cylindrical-coordinate representation of color #1D63CC: hue angle of 216º 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 #1D63CC is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 29 99 204 -
CMYK 0.86 0.51 0 0.2
HSL 216º 0.75% 0.46% -
HSV(B) 216º 0.86% 0.8% -
XYZ 15.87 13.54 58.9 -
YUV 90.04 192.31 84.46 -
System Red Green Blue C M Y K H S L
Decimal 29 99 204 0.86 0.51 0 0.2 216 0.75 0.46
Hex 1D 63 CC 56 33 0 14 D8 4B 2E
Octal 35 143 314 126 63 0 24 330 113 56
Binary 11101 1100011 11001100 1010110 110011 0 10100 11011000 1001011 101110

Color Harmonies of #1D63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D63CC

Black with #1D63CC

Text Example


Text Example

White with #1D63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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