Html Css Color HEX #185877 Orient

📋 copy color: '#185877'

red 24 ◦ green 88 ◦ blue 119

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

Shades of Orient #185877

Tints of Orient #185877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.52%

R = 10.39%
G = 38.1%
B = 51.52%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#185877 (or 0x185877) is known color: Orient. HEX triplet: 18, 58 and 77. RGB value is (24,88,119). Sum of RGB (Red+Green+Blue) = 24+88+119=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #185877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185877 is #E7A788. Grayscale: #484848. Windows color (decimal): -15181705 or 7821336. OLE color: 7821336.

HSL color Cylindrical-coordinate representation of color #185877: hue angle of 199.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185877 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 88 119 -
CMYK 0.80 0.26 0 0.53
HSL 199.58º 0.66% 0.28% -
HSV(B) 199.58º 0.8% 0.47% -
XYZ 7.2 8.51 18.72 -
YUV 72.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 24 88 119 0.80 0.26 0 0.53 199.58 0.66 0.28
Hex 18 58 77 50 1A 0 35 C8 42 1C
Octal 30 130 167 120 32 0 65 310 102 34
Binary 11000 1011000 1110111 1010000 11010 0 110101 11001000 1000010 11100

Color Harmonies of #185877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185877

Black with #185877

Text Example


Text Example

White with #185877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185877; }

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

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

background-color css

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

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

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

border-color css

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

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

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