Html Css Color HEX #185774 Orient

📋 copy color: '#185774'

red 24 ◦ green 87 ◦ blue 116

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

Shades of Orient #185774

Tints of Orient #185774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.1%

R = 10.57%
G = 38.33%
B = 51.1%

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

#185774 (or 0x185774) is known color: Orient. HEX triplet: 18, 57 and 74. RGB value is (24,87,116). Sum of RGB (Red+Green+Blue) = 24+87+116=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #185774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185774 is #E7A88B. Grayscale: #474747. Windows color (decimal): -15181964 or 7624472. OLE color: 7624472.

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

Color convert

RGB 24 87 116 -
CMYK 0.79 0.25 0 0.55
HSL 198.91º 0.66% 0.27% -
HSV(B) 198.91º 0.79% 0.45% -
XYZ 6.94 8.27 17.75 -
YUV 71.47 153.13 94.14 -
System Red Green Blue C M Y K H S L
Decimal 24 87 116 0.79 0.25 0 0.55 198.91 0.66 0.27
Hex 18 57 74 4F 19 0 37 C7 42 1B
Octal 30 127 164 117 31 0 67 307 102 33
Binary 11000 1010111 1110100 1001111 11001 0 110111 11000111 1000010 11011

Color Harmonies of #185774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185774

Black with #185774

Text Example


Text Example

White with #185774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185774; }

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

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

background-color css

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

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

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

border-color css

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

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

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