Html Css Color HEX #185771 Orient

📋 copy color: '#185771'

red 24 ◦ green 87 ◦ blue 113

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

Shades of Orient #185771

Tints of Orient #185771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.45%

R = 10.71%
G = 38.84%
B = 50.45%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#185771 (or 0x185771) is known color: Orient. HEX triplet: 18, 57 and 71. RGB value is (24,87,113). Sum of RGB (Red+Green+Blue) = 24+87+113=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #185771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185771 is #E7A88E. Grayscale: #464646. Windows color (decimal): -15181967 or 7427864. OLE color: 7427864.

HSL color Cylindrical-coordinate representation of color #185771: hue angle of 197.53º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185771 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 87 113 -
CMYK 0.79 0.23 0 0.56
HSL 197.53º 0.65% 0.27% -
HSV(B) 197.53º 0.79% 0.44% -
XYZ 6.77 8.2 16.85 -
YUV 71.13 151.63 94.39 -
System Red Green Blue C M Y K H S L
Decimal 24 87 113 0.79 0.23 0 0.56 197.53 0.65 0.27
Hex 18 57 71 4F 17 0 38 C6 41 1B
Octal 30 127 161 117 27 0 70 306 101 33
Binary 11000 1010111 1110001 1001111 10111 0 111000 11000110 1000001 11011

Color Harmonies of #185771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185771

Black with #185771

Text Example


Text Example

White with #185771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185771; }

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

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

background-color css

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

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

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

border-color css

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

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

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