Html Css Color HEX #185976 Orient

📋 copy color: '#185976'

red 24 ◦ green 89 ◦ blue 118

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

Shades of Orient #185976

Tints of Orient #185976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.53%

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

R = 10.39%
G = 38.53%
B = 51.08%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#185976 (or 0x185976) is known color: Orient. HEX triplet: 18, 59 and 76. RGB value is (24,89,118). Sum of RGB (Red+Green+Blue) = 24+89+118=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #185976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185976 is #E7A689. Grayscale: #484848. Windows color (decimal): -15181450 or 7756056. OLE color: 7756056.

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

Color convert

RGB 24 89 118 -
CMYK 0.80 0.25 0 0.54
HSL 198.51º 0.66% 0.28% -
HSV(B) 198.51º 0.8% 0.46% -
XYZ 7.22 8.65 18.43 -
YUV 72.87 153.47 93.14 -
System Red Green Blue C M Y K H S L
Decimal 24 89 118 0.80 0.25 0 0.54 198.51 0.66 0.28
Hex 18 59 76 50 19 0 36 C7 42 1C
Octal 30 131 166 120 31 0 66 307 102 34
Binary 11000 1011001 1110110 1010000 11001 0 110110 11000111 1000010 11100

Color Harmonies of #185976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185976

Black with #185976

Text Example


Text Example

White with #185976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185976; }

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

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

background-color css

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

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

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

border-color css

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

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

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