Html Css Color HEX #185767 Orient

📋 copy color: '#185767'

red 24 ◦ green 87 ◦ blue 103

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

Shades of Orient #185767

Tints of Orient #185767

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.65%

 BLUE value IS 103 (40.63% from 255) = 48.13%

R = 11.21%
G = 40.65%
B = 48.13%

CMYK

 C value IS 0.77

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#185767 (or 0x185767) is known color: Orient. HEX triplet: 18, 57 and 67. RGB value is (24,87,103). Sum of RGB (Red+Green+Blue) = 24+87+103=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 103 - color contains mainly: blue. Hex color #185767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185767 is #E7A898. Grayscale: #454545. Windows color (decimal): -15181977 or 6772504. OLE color: 6772504.

HSL color Cylindrical-coordinate representation of color #185767: hue angle of 192.15º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #185767 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 24 87 103 -
CMYK 0.77 0.16 0 0.60
HSL 192.15º 0.62% 0.25% -
HSV(B) 192.15º 0.77% 0.4% -
XYZ 6.23 7.99 14.05 -
YUV 69.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 24 87 103 0.77 0.16 0 0.60 192.15 0.62 0.25
Hex 18 57 67 4D 10 0 3C C0 3E 19
Octal 30 127 147 115 20 0 74 300 76 31
Binary 11000 1010111 1100111 1001101 10000 0 111100 11000000 111110 11001

Color Harmonies of #185767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185767

Black with #185767

Text Example


Text Example

White with #185767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185767; }

 p { color: rgb(24,87,103); }

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

background-color css

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

 a { background-color: rgb(24,87,103); }

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

border-color css

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

 span { border-color: rgb(24,87,103); }

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