Html Css Color HEX #185C74 Orient

📋 copy color: '#185C74'

red 24 ◦ green 92 ◦ blue 116

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

Shades of Orient #185C74

Tints of Orient #185C74

RGB

 RED value IS 24 (9.77% from 255) = 10.34%

 GREEN value IS 92 (36.33% from 255) = 39.66%

 BLUE value IS 116 (45.7% from 255) = 50%

R = 10.34%
G = 39.66%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#185C74 (or 0x185C74) is known color: Orient. HEX triplet: 18, 5C and 74. RGB value is (24,92,116). Sum of RGB (Red+Green+Blue) = 24+92+116=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #185C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185C74 is #E7A38B. Grayscale: #4A4A4A. Windows color (decimal): -15180684 or 7625752. OLE color: 7625752.

HSL color Cylindrical-coordinate representation of color #185C74: hue angle of 195.65º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185C74 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 92 116 -
CMYK 0.79 0.21 0 0.55
HSL 195.65º 0.66% 0.27% -
HSV(B) 195.65º 0.79% 0.45% -
XYZ 7.36 9.11 17.89 -
YUV 74.4 151.47 92.05 -
System Red Green Blue C M Y K H S L
Decimal 24 92 116 0.79 0.21 0 0.55 195.65 0.66 0.27
Hex 18 5C 74 4F 15 0 37 C4 42 1B
Octal 30 134 164 117 25 0 67 304 102 33
Binary 11000 1011100 1110100 1001111 10101 0 110111 11000100 1000010 11011

Color Harmonies of #185C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185C74

Black with #185C74

Text Example


Text Example

White with #185C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185C74; }

 p { color: rgb(24,92,116); }

 H1.HeaderClassName
 {
   color: #185C74;
 }
 .AnyTagClassName
 {
   color: #185C74;
 }
</style>

background-color css

<style>
 a { background-color: #185C74; }

 a { background-color: rgb(24,92,116); }

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

border-color css

<style>
 span { border-color: #185C74; }

 span { border-color: rgb(24,92,116); }

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