Html Css Color HEX #185777 Orient

📋 copy color: '#185777'

red 24 ◦ green 87 ◦ blue 119

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

Shades of Orient #185777

Tints of Orient #185777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.83%

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

R = 10.43%
G = 37.83%
B = 51.74%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#185777 (or 0x185777) is known color: Orient. HEX triplet: 18, 57 and 77. RGB value is (24,87,119). Sum of RGB (Red+Green+Blue) = 24+87+119=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #185777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185777 is #E7A888. Grayscale: #474747. Windows color (decimal): -15181961 or 7821080. OLE color: 7821080.

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

Color convert

RGB 24 87 119 -
CMYK 0.80 0.27 0 0.53
HSL 200.21º 0.66% 0.28% -
HSV(B) 200.21º 0.8% 0.47% -
XYZ 7.11 8.34 18.69 -
YUV 71.81 154.63 93.9 -
System Red Green Blue C M Y K H S L
Decimal 24 87 119 0.80 0.27 0 0.53 200.21 0.66 0.28
Hex 18 57 77 50 1B 0 35 C8 42 1C
Octal 30 127 167 120 33 0 65 310 102 34
Binary 11000 1010111 1110111 1010000 11011 0 110101 11001000 1000010 11100

Color Harmonies of #185777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185777

Black with #185777

Text Example


Text Example

White with #185777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185777; }

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

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

background-color css

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

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

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

border-color css

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

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

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