Html Css Color HEX #185076 Orient

📋 copy color: '#185076'

red 24 ◦ green 80 ◦ blue 118

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

Shades of Orient #185076

Tints of Orient #185076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

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

R = 10.81%
G = 36.04%
B = 53.15%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#185076 (or 0x185076) is known color: Orient. HEX triplet: 18, 50 and 76. RGB value is (24,80,118). Sum of RGB (Red+Green+Blue) = 24+80+118=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #185076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185076 is #E7AF89. Grayscale: #434343. Windows color (decimal): -15183754 or 7753752. OLE color: 7753752.

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

Color convert

RGB 24 80 118 -
CMYK 0.80 0.32 0 0.54
HSL 204.26º 0.66% 0.28% -
HSV(B) 204.26º 0.8% 0.46% -
XYZ 6.52 7.24 18.19 -
YUV 67.59 156.45 96.91 -
System Red Green Blue C M Y K H S L
Decimal 24 80 118 0.80 0.32 0 0.54 204.26 0.66 0.28
Hex 18 50 76 50 20 0 36 CC 42 1C
Octal 30 120 166 120 40 0 66 314 102 34
Binary 11000 1010000 1110110 1010000 100000 0 110110 11001100 1000010 11100

Color Harmonies of #185076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185076

Black with #185076

Text Example


Text Example

White with #185076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185076; }

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

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

background-color css

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

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

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

border-color css

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

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

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