Html Css Color HEX #185570 Orient

📋 copy color: '#185570'

red 24 ◦ green 85 ◦ blue 112

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

Shades of Orient #185570

Tints of Orient #185570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.68%

R = 10.86%
G = 38.46%
B = 50.68%

CMYK

 C value IS 0.79

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#185570 (or 0x185570) is known color: Orient. HEX triplet: 18, 55 and 70. RGB value is (24,85,112). Sum of RGB (Red+Green+Blue) = 24+85+112=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #185570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185570 is #E7AA8F. Grayscale: #454545. Windows color (decimal): -15182480 or 7361816. OLE color: 7361816.

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

Color convert

RGB 24 85 112 -
CMYK 0.79 0.24 0 0.56
HSL 198.41º 0.65% 0.27% -
HSV(B) 198.41º 0.79% 0.44% -
XYZ 6.55 7.86 16.5 -
YUV 69.84 151.79 95.3 -
System Red Green Blue C M Y K H S L
Decimal 24 85 112 0.79 0.24 0 0.56 198.41 0.65 0.27
Hex 18 55 70 4F 18 0 38 C6 41 1B
Octal 30 125 160 117 30 0 70 306 101 33
Binary 11000 1010101 1110000 1001111 11000 0 111000 11000110 1000001 11011

Color Harmonies of #185570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185570

Black with #185570

Text Example


Text Example

White with #185570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185570; }

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

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

background-color css

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

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

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

border-color css

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

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

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