Html Css Color HEX #185177 Orient

📋 copy color: '#185177'

red 24 ◦ green 81 ◦ blue 119

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

Shades of Orient #185177

Tints of Orient #185177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.16%

 BLUE value IS 119 (46.88% from 255) = 53.13%

R = 10.71%
G = 36.16%
B = 53.13%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#185177 (or 0x185177) is known color: Orient. HEX triplet: 18, 51 and 77. RGB value is (24,81,119). Sum of RGB (Red+Green+Blue) = 24+81+119=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #185177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185177 is #E7AE88. Grayscale: #444444. Windows color (decimal): -15183497 or 7819544. OLE color: 7819544.

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

Color convert

RGB 24 81 119 -
CMYK 0.80 0.32 0 0.53
HSL 204º 0.66% 0.28% -
HSV(B) 204º 0.8% 0.47% -
XYZ 6.65 7.41 18.53 -
YUV 68.29 156.62 96.41 -
System Red Green Blue C M Y K H S L
Decimal 24 81 119 0.80 0.32 0 0.53 204 0.66 0.28
Hex 18 51 77 50 20 0 35 CC 42 1C
Octal 30 121 167 120 40 0 65 314 102 34
Binary 11000 1010001 1110111 1010000 100000 0 110101 11001100 1000010 11100

Color Harmonies of #185177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185177

Black with #185177

Text Example


Text Example

White with #185177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185177; }

 p { color: rgb(24,81,119); }

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

background-color css

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

 a { background-color: rgb(24,81,119); }

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

border-color css

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

 span { border-color: rgb(24,81,119); }

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