Html Css Color HEX #1D738C Allports

📋 copy color: '#1D738C'

red 29 ◦ green 115 ◦ blue 140

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

Shades of Allports #1D738C

Tints of Allports #1D738C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.3%

R = 10.21%
G = 40.49%
B = 49.3%

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

#1D738C (or 0x1D738C) is known color: Allports. HEX triplet: 1D, 73 and 8C. RGB value is (29,115,140). Sum of RGB (Red+Green+Blue) = 29+115+140=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #1D738C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D738C is #E28C73. Grayscale: #5B5B5B. Windows color (decimal): -14847092 or 9204509. OLE color: 9204509.

HSL color Cylindrical-coordinate representation of color #1D738C: hue angle of 193.51º 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 #1D738C is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 115 140 -
CMYK 0.79 0.18 0 0.45
HSL 193.51º 0.66% 0.33% -
HSV(B) 193.51º 0.79% 0.55% -
XYZ 11.37 14.42 26.99 -
YUV 92.14 155.01 82.97 -
System Red Green Blue C M Y K H S L
Decimal 29 115 140 0.79 0.18 0 0.45 193.51 0.66 0.33
Hex 1D 73 8C 4F 12 0 2D C2 42 21
Octal 35 163 214 117 22 0 55 302 102 41
Binary 11101 1110011 10001100 1001111 10010 0 101101 11000010 1000010 100001

Color Harmonies of #1D738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D738C

Black with #1D738C

Text Example


Text Example

White with #1D738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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