Html Css Color HEX #185779 Orient

📋 copy color: '#185779'

red 24 ◦ green 87 ◦ blue 121

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

Shades of Orient #185779

Tints of Orient #185779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 52.16%

R = 10.34%
G = 37.5%
B = 52.16%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#185779 (or 0x185779) is known color: Orient. HEX triplet: 18, 57 and 79. RGB value is (24,87,121). Sum of RGB (Red+Green+Blue) = 24+87+121=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #185779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185779 is #E7A886. Grayscale: #474747. Windows color (decimal): -15181959 or 7952152. OLE color: 7952152.

HSL color Cylindrical-coordinate representation of color #185779: hue angle of 201.03º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185779 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 87 121 -
CMYK 0.80 0.28 0 0.53
HSL 201.03º 0.67% 0.28% -
HSV(B) 201.03º 0.8% 0.47% -
XYZ 7.24 8.39 19.33 -
YUV 72.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 24 87 121 0.80 0.28 0 0.53 201.03 0.67 0.28
Hex 18 57 79 50 1C 0 35 C9 43 1C
Octal 30 127 171 120 34 0 65 311 103 34
Binary 11000 1010111 1111001 1010000 11100 0 110101 11001001 1000011 11100

Color Harmonies of #185779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185779

Black with #185779

Text Example


Text Example

White with #185779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185779; }

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

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

background-color css

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

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

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

border-color css

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

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

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