Html Css Color HEX #185C78 Orient

📋 copy color: '#185C78'

red 24 ◦ green 92 ◦ blue 120

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

Shades of Orient #185C78

Tints of Orient #185C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.85%

R = 10.17%
G = 38.98%
B = 50.85%

CMYK

 C value IS 0.8

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#185C78 (or 0x185C78) is known color: Orient. HEX triplet: 18, 5C and 78. RGB value is (24,92,120). Sum of RGB (Red+Green+Blue) = 24+92+120=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #185C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185C78 is #E7A387. Grayscale: #4A4A4A. Windows color (decimal): -15180680 or 7887896. OLE color: 7887896.

HSL color Cylindrical-coordinate representation of color #185C78: hue angle of 197.5º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185C78 is Cyan = 0.8, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 92 120 -
CMYK 0.8 0.23 0 0.53
HSL 197.5º 0.67% 0.28% -
HSV(B) 197.5º 0.8% 0.47% -
XYZ 7.59 9.2 19.15 -
YUV 74.86 153.47 91.72 -
System Red Green Blue C M Y K H S L
Decimal 24 92 120 0.8 0.23 0 0.53 197.5 0.67 0.28
Hex 18 5C 78 50 17 0 35 C6 43 1C
Octal 30 134 170 120 27 0 65 306 103 34
Binary 11000 1011100 1111000 1010000 10111 0 110101 11000110 1000011 11100

Color Harmonies of #185C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185C78

Black with #185C78

Text Example


Text Example

White with #185C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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