Html Css Color HEX #185B7B Orient

📋 copy color: '#185B7B'

red 24 ◦ green 91 ◦ blue 123

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

Shades of Orient #185B7B

Tints of Orient #185B7B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.24%

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

R = 10.08%
G = 38.24%
B = 51.68%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#185B7B (or 0x185B7B) is known color: Orient. HEX triplet: 18, 5B and 7B. RGB value is (24,91,123). Sum of RGB (Red+Green+Blue) = 24+91+123=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #185B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B7B is #E7A484. Grayscale: #4A4A4A. Windows color (decimal): -15180933 or 8084248. OLE color: 8084248.

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

Color convert

RGB 24 91 123 -
CMYK 0.80 0.26 0 0.52
HSL 199.39º 0.67% 0.29% -
HSV(B) 199.39º 0.8% 0.48% -
XYZ 7.69 9.11 20.09 -
YUV 74.62 155.3 91.9 -
System Red Green Blue C M Y K H S L
Decimal 24 91 123 0.80 0.26 0 0.52 199.39 0.67 0.29
Hex 18 5B 7B 50 1A 0 34 C7 43 1D
Octal 30 133 173 120 32 0 64 307 103 35
Binary 11000 1011011 1111011 1010000 11010 0 110100 11000111 1000011 11101

Color Harmonies of #185B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185B7B

Black with #185B7B

Text Example


Text Example

White with #185B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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