Html Css Color HEX #185B6C Orient

📋 copy color: '#185B6C'

red 24 ◦ green 91 ◦ blue 108

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

Shades of Orient #185B6C

Tints of Orient #185B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.43%

R = 10.76%
G = 40.81%
B = 48.43%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#185B6C (or 0x185B6C) is known color: Orient. HEX triplet: 18, 5B and 6C. RGB value is (24,91,108). Sum of RGB (Red+Green+Blue) = 24+91+108=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #185B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B6C is #E7A493. Grayscale: #484848. Windows color (decimal): -15180948 or 7101208. OLE color: 7101208.

HSL color Cylindrical-coordinate representation of color #185B6C: hue angle of 192.14º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #185B6C is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 91 108 -
CMYK 0.78 0.16 0 0.58
HSL 192.14º 0.64% 0.26% -
HSV(B) 192.14º 0.78% 0.42% -
XYZ 6.82 8.76 15.52 -
YUV 72.91 147.8 93.12 -
System Red Green Blue C M Y K H S L
Decimal 24 91 108 0.78 0.16 0 0.58 192.14 0.64 0.26
Hex 18 5B 6C 4E 10 0 3A C0 40 1A
Octal 30 133 154 116 20 0 72 300 100 32
Binary 11000 1011011 1101100 1001110 10000 0 111010 11000000 1000000 11010

Color Harmonies of #185B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185B6C

Black with #185B6C

Text Example


Text Example

White with #185B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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