Html Css Color HEX #1C5E73 Orient

📋 copy color: '#1C5E73'

red 28 ◦ green 94 ◦ blue 115

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

Shades of Orient #1C5E73

Tints of Orient #1C5E73

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.66%

 BLUE value IS 115 (45.31% from 255) = 48.52%

R = 11.81%
G = 39.66%
B = 48.52%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1C5E73 (or 0x1C5E73) is known color: Orient. HEX triplet: 1C, 5E and 73. RGB value is (28,94,115). Sum of RGB (Red+Green+Blue) = 28+94+115=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C5E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5E73 is #E3A18C. Grayscale: #4C4C4C. Windows color (decimal): -14918029 or 7560732. OLE color: 7560732.

HSL color Cylindrical-coordinate representation of color #1C5E73: hue angle of 194.48º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C5E73 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 94 115 -
CMYK 0.76 0.18 0 0.55
HSL 194.48º 0.61% 0.28% -
HSV(B) 194.48º 0.76% 0.45% -
XYZ 7.58 9.49 17.65 -
YUV 76.66 149.63 93.29 -
System Red Green Blue C M Y K H S L
Decimal 28 94 115 0.76 0.18 0 0.55 194.48 0.61 0.28
Hex 1C 5E 73 4C 12 0 37 C2 3D 1C
Octal 34 136 163 114 22 0 67 302 75 34
Binary 11100 1011110 1110011 1001100 10010 0 110111 11000010 111101 11100

Color Harmonies of #1C5E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5E73

Black with #1C5E73

Text Example


Text Example

White with #1C5E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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