Html Css Color HEX #1C7590 Allports

📋 copy color: '#1C7590'

red 28 ◦ green 117 ◦ blue 144

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

Shades of Allports #1C7590

Tints of Allports #1C7590

RGB

 RED value IS 28 (11.33% from 255) = 9.69%

 GREEN value IS 117 (46.09% from 255) = 40.48%

 BLUE value IS 144 (56.64% from 255) = 49.83%

R = 9.69%
G = 40.48%
B = 49.83%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1C7590 (or 0x1C7590) is known color: Allports. HEX triplet: 1C, 75 and 90. RGB value is (28,117,144). Sum of RGB (Red+Green+Blue) = 28+117+144=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #1C7590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7590 is #E38A6F. Grayscale: #5D5D5D. Windows color (decimal): -14912112 or 9467164. OLE color: 9467164.

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

Color convert

RGB 28 117 144 -
CMYK 0.81 0.19 0 0.44
HSL 193.97º 0.67% 0.34% -
HSV(B) 193.97º 0.81% 0.56% -
XYZ 11.87 14.98 28.65 -
YUV 93.47 156.51 81.3 -
System Red Green Blue C M Y K H S L
Decimal 28 117 144 0.81 0.19 0 0.44 193.97 0.67 0.34
Hex 1C 75 90 51 13 0 2C C2 43 22
Octal 34 165 220 121 23 0 54 302 103 42
Binary 11100 1110101 10010000 1010001 10011 0 101100 11000010 1000011 100010

Color Harmonies of #1C7590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7590

Black with #1C7590

Text Example


Text Example

White with #1C7590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,117,144); }

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

background-color css

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

 a { background-color: rgb(28,117,144); }

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

border-color css

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

 span { border-color: rgb(28,117,144); }

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