Html Css Color HEX #185677 Orient

📋 copy color: '#185677'

red 24 ◦ green 86 ◦ blue 119

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

Shades of Orient #185677

Tints of Orient #185677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.55%

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

R = 10.48%
G = 37.55%
B = 51.97%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#185677 (or 0x185677) is known color: Orient. HEX triplet: 18, 56 and 77. RGB value is (24,86,119). Sum of RGB (Red+Green+Blue) = 24+86+119=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #185677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185677 is #E7A988. Grayscale: #474747. Windows color (decimal): -15182217 or 7820824. OLE color: 7820824.

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

Color convert

RGB 24 86 119 -
CMYK 0.80 0.28 0 0.53
HSL 200.84º 0.66% 0.28% -
HSV(B) 200.84º 0.8% 0.47% -
XYZ 7.03 8.18 18.66 -
YUV 71.22 154.96 94.32 -
System Red Green Blue C M Y K H S L
Decimal 24 86 119 0.80 0.28 0 0.53 200.84 0.66 0.28
Hex 18 56 77 50 1C 0 35 C9 42 1C
Octal 30 126 167 120 34 0 65 311 102 34
Binary 11000 1010110 1110111 1010000 11100 0 110101 11001001 1000010 11100

Color Harmonies of #185677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185677

Black with #185677

Text Example


Text Example

White with #185677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185677; }

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

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

background-color css

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

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

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

border-color css

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

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

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