Html Css Color HEX #185572 Orient

📋 copy color: '#185572'

red 24 ◦ green 85 ◦ blue 114

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

Shades of Orient #185572

Tints of Orient #185572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.12%

R = 10.76%
G = 38.12%
B = 51.12%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#185572 (or 0x185572) is known color: Orient. HEX triplet: 18, 55 and 72. RGB value is (24,85,114). Sum of RGB (Red+Green+Blue) = 24+85+114=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #185572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185572 is #E7AA8D. Grayscale: #454545. Windows color (decimal): -15182478 or 7492888. OLE color: 7492888.

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

Color convert

RGB 24 85 114 -
CMYK 0.79 0.25 0 0.55
HSL 199.33º 0.65% 0.27% -
HSV(B) 199.33º 0.79% 0.45% -
XYZ 6.66 7.91 17.09 -
YUV 70.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 24 85 114 0.79 0.25 0 0.55 199.33 0.65 0.27
Hex 18 55 72 4F 19 0 37 C7 41 1B
Octal 30 125 162 117 31 0 67 307 101 33
Binary 11000 1010101 1110010 1001111 11001 0 110111 11000111 1000001 11011

Color Harmonies of #185572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185572

Black with #185572

Text Example


Text Example

White with #185572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185572; }

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

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

background-color css

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

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

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

border-color css

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

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

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