Html Css Color HEX #185975 Orient

📋 copy color: '#185975'

red 24 ◦ green 89 ◦ blue 117

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

Shades of Orient #185975

Tints of Orient #185975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.87%

R = 10.43%
G = 38.7%
B = 50.87%

CMYK

 C value IS 0.79

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#185975 (or 0x185975) is known color: Orient. HEX triplet: 18, 59 and 75. RGB value is (24,89,117). Sum of RGB (Red+Green+Blue) = 24+89+117=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #185975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185975 is #E7A68A. Grayscale: #484848. Windows color (decimal): -15181451 or 7690520. OLE color: 7690520.

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

Color convert

RGB 24 89 117 -
CMYK 0.79 0.24 0 0.54
HSL 198.06º 0.66% 0.28% -
HSV(B) 198.06º 0.79% 0.46% -
XYZ 7.16 8.62 18.12 -
YUV 72.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 24 89 117 0.79 0.24 0 0.54 198.06 0.66 0.28
Hex 18 59 75 4F 18 0 36 C6 42 1C
Octal 30 131 165 117 30 0 66 306 102 34
Binary 11000 1011001 1110101 1001111 11000 0 110110 11000110 1000010 11100

Color Harmonies of #185975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185975

Black with #185975

Text Example


Text Example

White with #185975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185975; }

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

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

background-color css

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

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

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

border-color css

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

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

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