Html Css Color HEX #185775 Orient

📋 copy color: '#185775'

red 24 ◦ green 87 ◦ blue 117

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

Shades of Orient #185775

Tints of Orient #185775

RGB

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

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

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

R = 10.53%
G = 38.16%
B = 51.32%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#185775 (or 0x185775) is known color: Orient. HEX triplet: 18, 57 and 75. RGB value is (24,87,117). Sum of RGB (Red+Green+Blue) = 24+87+117=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #185775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185775 is #E7A88A. Grayscale: #474747. Windows color (decimal): -15181963 or 7690008. OLE color: 7690008.

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

Color convert

RGB 24 87 117 -
CMYK 0.79 0.26 0 0.54
HSL 199.35º 0.66% 0.28% -
HSV(B) 199.35º 0.79% 0.46% -
XYZ 7 8.29 18.06 -
YUV 71.58 153.63 94.06 -
System Red Green Blue C M Y K H S L
Decimal 24 87 117 0.79 0.26 0 0.54 199.35 0.66 0.28
Hex 18 57 75 4F 1A 0 36 C7 42 1C
Octal 30 127 165 117 32 0 66 307 102 34
Binary 11000 1010111 1110101 1001111 11010 0 110110 11000111 1000010 11100

Color Harmonies of #185775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185775

Black with #185775

Text Example


Text Example

White with #185775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185775; }

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

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

background-color css

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

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

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

border-color css

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

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

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