Html Css Color HEX #185979 Orient

📋 copy color: '#185979'

red 24 ◦ green 89 ◦ blue 121

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

Shades of Orient #185979

Tints of Orient #185979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.03%

 BLUE value IS 121 (47.66% from 255) = 51.71%

R = 10.26%
G = 38.03%
B = 51.71%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#185979 (or 0x185979) is known color: Orient. HEX triplet: 18, 59 and 79. RGB value is (24,89,121). Sum of RGB (Red+Green+Blue) = 24+89+121=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #185979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185979 is #E7A686. Grayscale: #494949. Windows color (decimal): -15181447 or 7952664. OLE color: 7952664.

HSL color Cylindrical-coordinate representation of color #185979: hue angle of 199.79º 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 #185979 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 89 121 -
CMYK 0.80 0.26 0 0.53
HSL 199.79º 0.67% 0.28% -
HSV(B) 199.79º 0.8% 0.47% -
XYZ 7.4 8.72 19.38 -
YUV 73.21 154.97 92.9 -
System Red Green Blue C M Y K H S L
Decimal 24 89 121 0.80 0.26 0 0.53 199.79 0.67 0.28
Hex 18 59 79 50 1A 0 35 C8 43 1C
Octal 30 131 171 120 32 0 65 310 103 34
Binary 11000 1011001 1111001 1010000 11010 0 110101 11001000 1000011 11100

Color Harmonies of #185979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185979

Black with #185979

Text Example


Text Example

White with #185979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185979; }

 p { color: rgb(24,89,121); }

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

background-color css

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

 a { background-color: rgb(24,89,121); }

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

border-color css

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

 span { border-color: rgb(24,89,121); }

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