Html Css Color HEX #185E7F Orient

📋 copy color: '#185E7F'

red 24 ◦ green 94 ◦ blue 127

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

Shades of Orient #185E7F

Tints of Orient #185E7F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.37%

 BLUE value IS 127 (50% from 255) = 51.84%

R = 9.8%
G = 38.37%
B = 51.84%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#185E7F (or 0x185E7F) is known color: Orient. HEX triplet: 18, 5E and 7F. RGB value is (24,94,127). Sum of RGB (Red+Green+Blue) = 24+94+127=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #185E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185E7F is #E7A180. Grayscale: #4C4C4C. Windows color (decimal): -15180161 or 8347160. OLE color: 8347160.

HSL color Cylindrical-coordinate representation of color #185E7F: hue angle of 199.22º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #185E7F is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 94 127 -
CMYK 0.81 0.26 0 0.50
HSL 199.22º 0.68% 0.3% -
HSV(B) 199.22º 0.81% 0.5% -
XYZ 8.21 9.73 21.52 -
YUV 76.83 156.31 90.32 -
System Red Green Blue C M Y K H S L
Decimal 24 94 127 0.81 0.26 0 0.50 199.22 0.68 0.3
Hex 18 5E 7F 51 1A 0 32 C7 44 1E
Octal 30 136 177 121 32 0 62 307 104 36
Binary 11000 1011110 1111111 1010001 11010 0 110010 11000111 1000100 11110

Color Harmonies of #185E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185E7F

Black with #185E7F

Text Example


Text Example

White with #185E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185E7F; }

 p { color: rgb(24,94,127); }

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

background-color css

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

 a { background-color: rgb(24,94,127); }

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

border-color css

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

 span { border-color: rgb(24,94,127); }

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