Html Css Color HEX #185869 Orient

📋 copy color: '#185869'

red 24 ◦ green 88 ◦ blue 105

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

Shades of Orient #185869

Tints of Orient #185869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.55%

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

R = 11.06%
G = 40.55%
B = 48.39%

CMYK

 C value IS 0.77

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#185869 (or 0x185869) is known color: Orient. HEX triplet: 18, 58 and 69. RGB value is (24,88,105). Sum of RGB (Red+Green+Blue) = 24+88+105=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #185869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185869 is #E7A796. Grayscale: #464646. Windows color (decimal): -15181719 or 6903832. OLE color: 6903832.

HSL color Cylindrical-coordinate representation of color #185869: hue angle of 192.59º 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 #185869 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 88 105 -
CMYK 0.77 0.16 0 0.59
HSL 192.59º 0.63% 0.25% -
HSV(B) 192.59º 0.77% 0.41% -
XYZ 6.42 8.19 14.61 -
YUV 70.8 147.3 94.62 -
System Red Green Blue C M Y K H S L
Decimal 24 88 105 0.77 0.16 0 0.59 192.59 0.63 0.25
Hex 18 58 69 4D 10 0 3B C1 3F 19
Octal 30 130 151 115 20 0 73 301 77 31
Binary 11000 1011000 1101001 1001101 10000 0 111011 11000001 111111 11001

Color Harmonies of #185869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185869

Black with #185869

Text Example


Text Example

White with #185869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185869; }

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

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

background-color css

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

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

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

border-color css

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

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

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