Html Css Color HEX #185772 Orient

📋 copy color: '#185772'

red 24 ◦ green 87 ◦ blue 114

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

Shades of Orient #185772

Tints of Orient #185772

RGB

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

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

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

R = 10.67%
G = 38.67%
B = 50.67%

CMYK

 C value IS 0.79

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#185772 (or 0x185772) is known color: Orient. HEX triplet: 18, 57 and 72. RGB value is (24,87,114). Sum of RGB (Red+Green+Blue) = 24+87+114=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #185772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185772 is #E7A88D. Grayscale: #474747. Windows color (decimal): -15181966 or 7493400. OLE color: 7493400.

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

Color convert

RGB 24 87 114 -
CMYK 0.79 0.24 0 0.55
HSL 198º 0.65% 0.27% -
HSV(B) 198º 0.79% 0.45% -
XYZ 6.82 8.23 17.15 -
YUV 71.24 152.13 94.3 -
System Red Green Blue C M Y K H S L
Decimal 24 87 114 0.79 0.24 0 0.55 198 0.65 0.27
Hex 18 57 72 4F 18 0 37 C6 41 1B
Octal 30 127 162 117 30 0 67 306 101 33
Binary 11000 1010111 1110010 1001111 11000 0 110111 11000110 1000001 11011

Color Harmonies of #185772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185772

Black with #185772

Text Example


Text Example

White with #185772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185772; }

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

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

background-color css

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

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

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

border-color css

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

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

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