Html Css Color HEX #185769 Orient

📋 copy color: '#185769'

red 24 ◦ green 87 ◦ blue 105

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

Shades of Orient #185769

Tints of Orient #185769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 48.61%

R = 11.11%
G = 40.28%
B = 48.61%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#185769 (or 0x185769) is known color: Orient. HEX triplet: 18, 57 and 69. RGB value is (24,87,105). Sum of RGB (Red+Green+Blue) = 24+87+105=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #185769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185769 is #E7A896. Grayscale: #464646. Windows color (decimal): -15181975 or 6903576. OLE color: 6903576.

HSL color Cylindrical-coordinate representation of color #185769: hue angle of 193.33º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #185769 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 87 105 -
CMYK 0.77 0.17 0 0.59
HSL 193.33º 0.63% 0.25% -
HSV(B) 193.33º 0.77% 0.41% -
XYZ 6.33 8.03 14.58 -
YUV 70.22 147.63 95.04 -
System Red Green Blue C M Y K H S L
Decimal 24 87 105 0.77 0.17 0 0.59 193.33 0.63 0.25
Hex 18 57 69 4D 11 0 3B C1 3F 19
Octal 30 127 151 115 21 0 73 301 77 31
Binary 11000 1010111 1101001 1001101 10001 0 111011 11000001 111111 11001

Color Harmonies of #185769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185769

Black with #185769

Text Example


Text Example

White with #185769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185769; }

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

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

background-color css

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

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

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

border-color css

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

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

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