Html Css Color HEX #1C737C Allports

📋 copy color: '#1C737C'

red 28 ◦ green 115 ◦ blue 124

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

Shades of Allports #1C737C

Tints of Allports #1C737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.07%

 BLUE value IS 124 (48.83% from 255) = 46.44%

R = 10.49%
G = 43.07%
B = 46.44%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C737C (or 0x1C737C) is known color: Allports. HEX triplet: 1C, 73 and 7C. RGB value is (28,115,124). Sum of RGB (Red+Green+Blue) = 28+115+124=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C737C is #E38C83. Grayscale: #595959. Windows color (decimal): -14912644 or 8155932. OLE color: 8155932.

HSL color Cylindrical-coordinate representation of color #1C737C: hue angle of 185.62º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C737C is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 28 115 124 -
CMYK 0.77 0.07 0 0.51
HSL 185.63º 0.63% 0.3% -
HSV(B) 185.63º 0.77% 0.49% -
XYZ 10.25 13.96 21.22 -
YUV 90.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 28 115 124 0.77 0.07 0 0.51 185.63 0.63 0.3
Hex 1C 73 7C 4D 7 0 33 BA 3F 1E
Octal 34 163 174 115 7 0 63 272 77 36
Binary 11100 1110011 1111100 1001101 111 0 110011 10111010 111111 11110

Color Harmonies of #1C737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C737C

Black with #1C737C

Text Example


Text Example

White with #1C737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,115,124); }

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

background-color css

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

 a { background-color: rgb(28,115,124); }

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

border-color css

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

 span { border-color: rgb(28,115,124); }

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