Html Css Color HEX #1C5E71 Orient

📋 copy color: '#1C5E71'

red 28 ◦ green 94 ◦ blue 113

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

Shades of Orient #1C5E71

Tints of Orient #1C5E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.09%

R = 11.91%
G = 40%
B = 48.09%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C5E71 (or 0x1C5E71) is known color: Orient. HEX triplet: 1C, 5E and 71. RGB value is (28,94,113). Sum of RGB (Red+Green+Blue) = 28+94+113=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C5E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5E71 is #E3A18E. Grayscale: #4C4C4C. Windows color (decimal): -14918031 or 7429660. OLE color: 7429660.

HSL color Cylindrical-coordinate representation of color #1C5E71: hue angle of 193.41º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C5E71 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 94 113 -
CMYK 0.75 0.17 0 0.56
HSL 193.41º 0.6% 0.28% -
HSV(B) 193.41º 0.75% 0.44% -
XYZ 7.46 9.44 17.05 -
YUV 76.43 148.63 93.46 -
System Red Green Blue C M Y K H S L
Decimal 28 94 113 0.75 0.17 0 0.56 193.41 0.6 0.28
Hex 1C 5E 71 4B 11 0 38 C1 3C 1C
Octal 34 136 161 113 21 0 70 301 74 34
Binary 11100 1011110 1110001 1001011 10001 0 111000 11000001 111100 11100

Color Harmonies of #1C5E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5E71

Black with #1C5E71

Text Example


Text Example

White with #1C5E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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