Html Css Color HEX #185776 Orient

📋 copy color: '#185776'

red 24 ◦ green 87 ◦ blue 118

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

Shades of Orient #185776

Tints of Orient #185776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.53%

R = 10.48%
G = 37.99%
B = 51.53%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#185776 (or 0x185776) is known color: Orient. HEX triplet: 18, 57 and 76. RGB value is (24,87,118). Sum of RGB (Red+Green+Blue) = 24+87+118=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #185776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185776 is #E7A889. Grayscale: #474747. Windows color (decimal): -15181962 or 7755544. OLE color: 7755544.

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

Color convert

RGB 24 87 118 -
CMYK 0.80 0.26 0 0.54
HSL 199.79º 0.66% 0.28% -
HSV(B) 199.79º 0.8% 0.46% -
XYZ 7.05 8.32 18.37 -
YUV 71.7 154.13 93.98 -
System Red Green Blue C M Y K H S L
Decimal 24 87 118 0.80 0.26 0 0.54 199.79 0.66 0.28
Hex 18 57 76 50 1A 0 36 C8 42 1C
Octal 30 127 166 120 32 0 66 310 102 34
Binary 11000 1010111 1110110 1010000 11010 0 110110 11001000 1000010 11100

Color Harmonies of #185776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185776

Black with #185776

Text Example


Text Example

White with #185776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185776; }

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

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

background-color css

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

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

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

border-color css

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

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

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