Html Css Color HEX #1D677C Allports

📋 copy color: '#1D677C'

red 29 ◦ green 103 ◦ blue 124

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

Shades of Allports #1D677C

Tints of Allports #1D677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.23%

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 11.33%
G = 40.23%
B = 48.44%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1D677C (or 0x1D677C) is known color: Allports. HEX triplet: 1D, 67 and 7C. RGB value is (29,103,124). Sum of RGB (Red+Green+Blue) = 29+103+124=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D677C is #E29883. Grayscale: #535353. Windows color (decimal): -14850180 or 8152861. OLE color: 8152861.

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

Color convert

RGB 29 103 124 -
CMYK 0.77 0.17 0 0.51
HSL 193.26º 0.62% 0.3% -
HSV(B) 193.26º 0.77% 0.49% -
XYZ 9 11.42 20.8 -
YUV 83.27 150.98 89.29 -
System Red Green Blue C M Y K H S L
Decimal 29 103 124 0.77 0.17 0 0.51 193.26 0.62 0.3
Hex 1D 67 7C 4D 11 0 33 C1 3E 1E
Octal 35 147 174 115 21 0 63 301 76 36
Binary 11101 1100111 1111100 1001101 10001 0 110011 11000001 111110 11110

Color Harmonies of #1D677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D677C

Black with #1D677C

Text Example


Text Example

White with #1D677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,103,124); }

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

background-color css

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

 a { background-color: rgb(29,103,124); }

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

border-color css

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

 span { border-color: rgb(29,103,124); }

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