Html Css Color HEX #185577 Orient

📋 copy color: '#185577'

red 24 ◦ green 85 ◦ blue 119

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

Shades of Orient #185577

Tints of Orient #185577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.28%

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

R = 10.53%
G = 37.28%
B = 52.19%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#185577 (or 0x185577) is known color: Orient. HEX triplet: 18, 55 and 77. RGB value is (24,85,119). Sum of RGB (Red+Green+Blue) = 24+85+119=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #185577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185577 is #E7AA88. Grayscale: #464646. Windows color (decimal): -15182473 or 7820568. OLE color: 7820568.

HSL color Cylindrical-coordinate representation of color #185577: hue angle of 201.47º 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 #185577 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 85 119 -
CMYK 0.80 0.29 0 0.53
HSL 201.47º 0.66% 0.28% -
HSV(B) 201.47º 0.8% 0.47% -
XYZ 6.95 8.02 18.63 -
YUV 70.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 24 85 119 0.80 0.29 0 0.53 201.47 0.66 0.28
Hex 18 55 77 50 1D 0 35 C9 42 1C
Octal 30 125 167 120 35 0 65 311 102 34
Binary 11000 1010101 1110111 1010000 11101 0 110101 11001001 1000010 11100

Color Harmonies of #185577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185577

Black with #185577

Text Example


Text Example

White with #185577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185577; }

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

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

background-color css

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

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

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

border-color css

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

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

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