Html Css Color HEX #185E7B Orient

📋 copy color: '#185E7B'

red 24 ◦ green 94 ◦ blue 123

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

Shades of Orient #185E7B

Tints of Orient #185E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.04%

R = 9.96%
G = 39%
B = 51.04%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#185E7B (or 0x185E7B) is known color: Orient. HEX triplet: 18, 5E and 7B. RGB value is (24,94,123). Sum of RGB (Red+Green+Blue) = 24+94+123=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #185E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185E7B is #E7A184. Grayscale: #4C4C4C. Windows color (decimal): -15180165 or 8085016. OLE color: 8085016.

HSL color Cylindrical-coordinate representation of color #185E7B: hue angle of 197.58º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185E7B is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 94 123 -
CMYK 0.80 0.24 0 0.52
HSL 197.58º 0.67% 0.29% -
HSV(B) 197.58º 0.8% 0.48% -
XYZ 7.95 9.63 20.18 -
YUV 76.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 24 94 123 0.80 0.24 0 0.52 197.58 0.67 0.29
Hex 18 5E 7B 50 18 0 34 C6 43 1D
Octal 30 136 173 120 30 0 64 306 103 35
Binary 11000 1011110 1111011 1010000 11000 0 110100 11000110 1000011 11101

Color Harmonies of #185E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185E7B

Black with #185E7B

Text Example


Text Example

White with #185E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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