Html Css Color HEX #1C7595 Allports

📋 copy color: '#1C7595'

red 28 ◦ green 117 ◦ blue 149

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

Shades of Allports #1C7595

Tints of Allports #1C7595

RGB

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

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

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

R = 9.52%
G = 39.8%
B = 50.68%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1C7595 (or 0x1C7595) is known color: Allports. HEX triplet: 1C, 75 and 95. RGB value is (28,117,149). Sum of RGB (Red+Green+Blue) = 28+117+149=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C7595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7595 is #E38A6A. Grayscale: #5D5D5D. Windows color (decimal): -14912107 or 9794844. OLE color: 9794844.

HSL color Cylindrical-coordinate representation of color #1C7595: hue angle of 195.87º degrees, saturation: 0.68, 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 #1C7595 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 117 149 -
CMYK 0.81 0.21 0 0.42
HSL 195.87º 0.68% 0.35% -
HSV(B) 195.87º 0.81% 0.58% -
XYZ 12.27 15.14 30.71 -
YUV 94.04 159.01 80.9 -
System Red Green Blue C M Y K H S L
Decimal 28 117 149 0.81 0.21 0 0.42 195.87 0.68 0.35
Hex 1C 75 95 51 15 0 2A C4 44 23
Octal 34 165 225 121 25 0 52 304 104 43
Binary 11100 1110101 10010101 1010001 10101 0 101010 11000100 1000100 100011

Color Harmonies of #1C7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7595

Black with #1C7595

Text Example


Text Example

White with #1C7595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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