Html Css Color HEX #185571 Orient

📋 copy color: '#185571'

red 24 ◦ green 85 ◦ blue 113

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

Shades of Orient #185571

Tints of Orient #185571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.29%

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

R = 10.81%
G = 38.29%
B = 50.9%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#185571 (or 0x185571) is known color: Orient. HEX triplet: 18, 55 and 71. RGB value is (24,85,113). Sum of RGB (Red+Green+Blue) = 24+85+113=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #185571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185571 is #E7AA8E. Grayscale: #454545. Windows color (decimal): -15182479 or 7427352. OLE color: 7427352.

HSL color Cylindrical-coordinate representation of color #185571: hue angle of 198.88º 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 #185571 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 85 113 -
CMYK 0.79 0.25 0 0.56
HSL 198.88º 0.65% 0.27% -
HSV(B) 198.88º 0.79% 0.44% -
XYZ 6.61 7.88 16.8 -
YUV 69.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 24 85 113 0.79 0.25 0 0.56 198.88 0.65 0.27
Hex 18 55 71 4F 19 0 38 C7 41 1B
Octal 30 125 161 117 31 0 70 307 101 33
Binary 11000 1010101 1110001 1001111 11001 0 111000 11000111 1000001 11011

Color Harmonies of #185571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185571

Black with #185571

Text Example


Text Example

White with #185571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185571; }

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

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

background-color css

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

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

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

border-color css

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

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

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