Html Css Color HEX #1C7594 Allports

📋 copy color: '#1C7594'

red 28 ◦ green 117 ◦ blue 148

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

Shades of Allports #1C7594

Tints of Allports #1C7594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50.51%

R = 9.56%
G = 39.93%
B = 50.51%

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

#1C7594 (or 0x1C7594) is known color: Allports. HEX triplet: 1C, 75 and 94. RGB value is (28,117,148). Sum of RGB (Red+Green+Blue) = 28+117+148=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C7594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7594 is #E38A6B. Grayscale: #5D5D5D. Windows color (decimal): -14912108 or 9729308. OLE color: 9729308.

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

Color convert

RGB 28 117 148 -
CMYK 0.81 0.21 0 0.42
HSL 195.5º 0.68% 0.35% -
HSV(B) 195.5º 0.81% 0.58% -
XYZ 12.19 15.11 30.29 -
YUV 93.92 158.51 80.98 -
System Red Green Blue C M Y K H S L
Decimal 28 117 148 0.81 0.21 0 0.42 195.5 0.68 0.35
Hex 1C 75 94 51 15 0 2A C4 44 23
Octal 34 165 224 121 25 0 52 304 104 43
Binary 11100 1110101 10010100 1010001 10101 0 101010 11000100 1000100 100011

Color Harmonies of #1C7594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7594

Black with #1C7594

Text Example


Text Example

White with #1C7594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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