Html Css Color HEX #1D637D Allports

📋 copy color: '#1D637D'

red 29 ◦ green 99 ◦ blue 125

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

Shades of Allports #1D637D

Tints of Allports #1D637D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 49.41%

R = 11.46%
G = 39.13%
B = 49.41%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1D637D (or 0x1D637D) is known color: Allports. HEX triplet: 1D, 63 and 7D. RGB value is (29,99,125). Sum of RGB (Red+Green+Blue) = 29+99+125=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D637D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D637D is #E29C82. Grayscale: #505050. Windows color (decimal): -14851203 or 8217373. OLE color: 8217373.

HSL color Cylindrical-coordinate representation of color #1D637D: hue angle of 196.25º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D637D is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 99 125 -
CMYK 0.77 0.21 0 0.51
HSL 196.25º 0.62% 0.3% -
HSV(B) 196.25º 0.77% 0.49% -
XYZ 8.67 10.67 21 -
YUV 81.03 152.81 90.89 -
System Red Green Blue C M Y K H S L
Decimal 29 99 125 0.77 0.21 0 0.51 196.25 0.62 0.3
Hex 1D 63 7D 4D 15 0 33 C4 3E 1E
Octal 35 143 175 115 25 0 63 304 76 36
Binary 11101 1100011 1111101 1001101 10101 0 110011 11000100 111110 11110

Color Harmonies of #1D637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D637D

Black with #1D637D

Text Example


Text Example

White with #1D637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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