Html Css Color HEX #1D7995 Allports

📋 copy color: '#1D7995'

red 29 ◦ green 121 ◦ blue 149

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

Shades of Allports #1D7995

Tints of Allports #1D7995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.47%

 BLUE value IS 149 (58.59% from 255) = 49.83%

R = 9.7%
G = 40.47%
B = 49.83%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1D7995 (or 0x1D7995) is known color: Allports. HEX triplet: 1D, 79 and 95. RGB value is (29,121,149). Sum of RGB (Red+Green+Blue) = 29+121+149=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D7995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7995 is #E2866A. Grayscale: #606060. Windows color (decimal): -14845547 or 9795869. OLE color: 9795869.

HSL color Cylindrical-coordinate representation of color #1D7995: hue angle of 194º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D7995 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 121 149 -
CMYK 0.81 0.19 0 0.42
HSL 194º 0.67% 0.35% -
HSV(B) 194º 0.81% 0.58% -
XYZ 12.77 16.11 30.87 -
YUV 96.68 157.52 79.72 -
System Red Green Blue C M Y K H S L
Decimal 29 121 149 0.81 0.19 0 0.42 194 0.67 0.35
Hex 1D 79 95 51 13 0 2A C2 43 23
Octal 35 171 225 121 23 0 52 302 103 43
Binary 11101 1111001 10010101 1010001 10011 0 101010 11000010 1000011 100011

Color Harmonies of #1D7995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7995

Black with #1D7995

Text Example


Text Example

White with #1D7995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,121,149); }

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

background-color css

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

 a { background-color: rgb(29,121,149); }

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

border-color css

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

 span { border-color: rgb(29,121,149); }

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