Html Css Color HEX #1D63B8 Denim

📋 copy color: '#1D63B8'

red 29 ◦ green 99 ◦ blue 184

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

Shades of Denim #1D63B8

Tints of Denim #1D63B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 58.97%

R = 9.29%
G = 31.73%
B = 58.97%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1D63B8 (or 0x1D63B8) is known color: Denim. HEX triplet: 1D, 63 and B8. RGB value is (29,99,184). Sum of RGB (Red+Green+Blue) = 29+99+184=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 184 (72.27% from 255 or 58.97% from 312); Max value from RGB is 184 - color contains mainly: blue. Hex color #1D63B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D63B8 is #E29C47. Grayscale: #575757. Windows color (decimal): -14851144 or 12083997. OLE color: 12083997.

HSL color Cylindrical-coordinate representation of color #1D63B8: hue angle of 212.9º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D63B8 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 29 99 184 -
CMYK 0.84 0.46 0 0.28
HSL 212.9º 0.73% 0.42% -
HSV(B) 212.9º 0.84% 0.72% -
XYZ 13.62 12.65 47.07 -
YUV 87.76 182.31 86.09 -
System Red Green Blue C M Y K H S L
Decimal 29 99 184 0.84 0.46 0 0.28 212.9 0.73 0.42
Hex 1D 63 B8 54 2E 0 1C D5 49 2A
Octal 35 143 270 124 56 0 34 325 111 52
Binary 11101 1100011 10111000 1010100 101110 0 11100 11010101 1001001 101010

Color Harmonies of #1D63B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D63B8

Black with #1D63B8

Text Example


Text Example

White with #1D63B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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