Html Css Color HEX #185C75 Orient

📋 copy color: '#185C75'

red 24 ◦ green 92 ◦ blue 117

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

Shades of Orient #185C75

Tints of Orient #185C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.21%

R = 10.3%
G = 39.48%
B = 50.21%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#185C75 (or 0x185C75) is known color: Orient. HEX triplet: 18, 5C and 75. RGB value is (24,92,117). Sum of RGB (Red+Green+Blue) = 24+92+117=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #185C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185C75 is #E7A38A. Grayscale: #4A4A4A. Windows color (decimal): -15180683 or 7691288. OLE color: 7691288.

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

Color convert

RGB 24 92 117 -
CMYK 0.79 0.21 0 0.54
HSL 196.13º 0.66% 0.28% -
HSV(B) 196.13º 0.79% 0.46% -
XYZ 7.41 9.13 18.2 -
YUV 74.52 151.97 91.97 -
System Red Green Blue C M Y K H S L
Decimal 24 92 117 0.79 0.21 0 0.54 196.13 0.66 0.28
Hex 18 5C 75 4F 15 0 36 C4 42 1C
Octal 30 134 165 117 25 0 66 304 102 34
Binary 11000 1011100 1110101 1001111 10101 0 110110 11000100 1000010 11100

Color Harmonies of #185C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185C75

Black with #185C75

Text Example


Text Example

White with #185C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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