Html Css Color HEX #185471 Orient

📋 copy color: '#185471'

red 24 ◦ green 84 ◦ blue 113

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

Shades of Orient #185471

Tints of Orient #185471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.01%

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

R = 10.86%
G = 38.01%
B = 51.13%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#185471 (or 0x185471) is known color: Orient. HEX triplet: 18, 54 and 71. RGB value is (24,84,113). Sum of RGB (Red+Green+Blue) = 24+84+113=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #185471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185471 is #E7AB8E. Grayscale: #454545. Windows color (decimal): -15182735 or 7427096. OLE color: 7427096.

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

Color convert

RGB 24 84 113 -
CMYK 0.79 0.26 0 0.56
HSL 199.55º 0.65% 0.27% -
HSV(B) 199.55º 0.79% 0.44% -
XYZ 6.53 7.73 16.77 -
YUV 69.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 24 84 113 0.79 0.26 0 0.56 199.55 0.65 0.27
Hex 18 54 71 4F 1A 0 38 C8 41 1B
Octal 30 124 161 117 32 0 70 310 101 33
Binary 11000 1010100 1110001 1001111 11010 0 111000 11001000 1000001 11011

Color Harmonies of #185471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185471

Black with #185471

Text Example


Text Example

White with #185471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185471; }

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

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

background-color css

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

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

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

border-color css

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

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

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