Html Css Color HEX #1C7090 Allports

📋 copy color: '#1C7090'

red 28 ◦ green 112 ◦ blue 144

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

Shades of Allports #1C7090

Tints of Allports #1C7090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.44%

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

R = 9.86%
G = 39.44%
B = 50.7%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1C7090 (or 0x1C7090) is known color: Allports. HEX triplet: 1C, 70 and 90. RGB value is (28,112,144). Sum of RGB (Red+Green+Blue) = 28+112+144=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #1C7090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7090 is #E38F6F. Grayscale: #5A5A5A. Windows color (decimal): -14913392 or 9465884. OLE color: 9465884.

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

Color convert

RGB 28 112 144 -
CMYK 0.81 0.22 0 0.44
HSL 196.55º 0.67% 0.34% -
HSV(B) 196.55º 0.81% 0.56% -
XYZ 11.31 13.85 28.46 -
YUV 90.53 158.17 83.4 -
System Red Green Blue C M Y K H S L
Decimal 28 112 144 0.81 0.22 0 0.44 196.55 0.67 0.34
Hex 1C 70 90 51 16 0 2C C5 43 22
Octal 34 160 220 121 26 0 54 305 103 42
Binary 11100 1110000 10010000 1010001 10110 0 101100 11000101 1000011 100010

Color Harmonies of #1C7090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7090

Black with #1C7090

Text Example


Text Example

White with #1C7090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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