Html Css Color HEX #1D738D Allports

📋 copy color: '#1D738D'

red 29 ◦ green 115 ◦ blue 141

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

Shades of Allports #1D738D

Tints of Allports #1D738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.35%

 BLUE value IS 141 (55.47% from 255) = 49.47%

R = 10.18%
G = 40.35%
B = 49.47%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1D738D (or 0x1D738D) is known color: Allports. HEX triplet: 1D, 73 and 8D. RGB value is (29,115,141). Sum of RGB (Red+Green+Blue) = 29+115+141=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D738D is #E28C72. Grayscale: #5C5C5C. Windows color (decimal): -14847091 or 9270045. OLE color: 9270045.

HSL color Cylindrical-coordinate representation of color #1D738D: hue angle of 193.93º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D738D is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 115 141 -
CMYK 0.79 0.18 0 0.45
HSL 193.93º 0.66% 0.33% -
HSV(B) 193.93º 0.79% 0.55% -
XYZ 11.45 14.45 27.38 -
YUV 92.25 155.51 82.89 -
System Red Green Blue C M Y K H S L
Decimal 29 115 141 0.79 0.18 0 0.45 193.93 0.66 0.33
Hex 1D 73 8D 4F 12 0 2D C2 42 21
Octal 35 163 215 117 22 0 55 302 102 41
Binary 11101 1110011 10001101 1001111 10010 0 101101 11000010 1000010 100001

Color Harmonies of #1D738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D738D

Black with #1D738D

Text Example


Text Example

White with #1D738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,115,141); }

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

background-color css

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

 a { background-color: rgb(29,115,141); }

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

border-color css

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

 span { border-color: rgb(29,115,141); }

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