Html Css Color HEX #1D63CB Denim

📋 copy color: '#1D63CB'

red 29 ◦ green 99 ◦ blue 203

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

Shades of Denim #1D63CB

Tints of Denim #1D63CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 8.76%
G = 29.91%
B = 61.33%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D63CB (or 0x1D63CB) is known color: Denim. HEX triplet: 1D, 63 and CB. RGB value is (29,99,203). Sum of RGB (Red+Green+Blue) = 29+99+203=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D63CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D63CB is #E29C34. Grayscale: #595959. Windows color (decimal): -14851125 or 13329181. OLE color: 13329181.

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

Color convert

RGB 29 99 203 -
CMYK 0.86 0.51 0 0.20
HSL 215.86º 0.75% 0.45% -
HSV(B) 215.86º 0.86% 0.8% -
XYZ 15.75 13.5 58.28 -
YUV 89.93 191.81 84.54 -
System Red Green Blue C M Y K H S L
Decimal 29 99 203 0.86 0.51 0 0.20 215.86 0.75 0.45
Hex 1D 63 CB 56 33 0 14 D8 4B 2D
Octal 35 143 313 126 63 0 24 330 113 55
Binary 11101 1100011 11001011 1010110 110011 0 10100 11011000 1001011 101101

Color Harmonies of #1D63CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D63CB

Black with #1D63CB

Text Example


Text Example

White with #1D63CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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