Html Css Color HEX #185D7B Orient

📋 copy color: '#185D7B'

red 24 ◦ green 93 ◦ blue 123

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

Shades of Orient #185D7B

Tints of Orient #185D7B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.75%

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

R = 10%
G = 38.75%
B = 51.25%

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

#185D7B (or 0x185D7B) is known color: Orient. HEX triplet: 18, 5D and 7B. RGB value is (24,93,123). Sum of RGB (Red+Green+Blue) = 24+93+123=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #185D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185D7B is #E7A284. Grayscale: #4B4B4B. Windows color (decimal): -15180421 or 8084760. OLE color: 8084760.

HSL color Cylindrical-coordinate representation of color #185D7B: hue angle of 198.18º 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 #185D7B is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 93 123 -
CMYK 0.80 0.24 0 0.52
HSL 198.18º 0.67% 0.29% -
HSV(B) 198.18º 0.8% 0.48% -
XYZ 7.87 9.45 20.15 -
YUV 75.79 154.64 91.06 -
System Red Green Blue C M Y K H S L
Decimal 24 93 123 0.80 0.24 0 0.52 198.18 0.67 0.29
Hex 18 5D 7B 50 18 0 34 C6 43 1D
Octal 30 135 173 120 30 0 64 306 103 35
Binary 11000 1011101 1111011 1010000 11000 0 110100 11000110 1000011 11101

Color Harmonies of #185D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185D7B

Black with #185D7B

Text Example


Text Example

White with #185D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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