Html Css Color HEX #185978 Orient

📋 copy color: '#185978'

red 24 ◦ green 89 ◦ blue 120

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

Shades of Orient #185978

Tints of Orient #185978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.5%

R = 10.3%
G = 38.2%
B = 51.5%

CMYK

 C value IS 0.8

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#185978 (or 0x185978) is known color: Orient. HEX triplet: 18, 59 and 78. RGB value is (24,89,120). Sum of RGB (Red+Green+Blue) = 24+89+120=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #185978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185978 is #E7A687. Grayscale: #484848. Windows color (decimal): -15181448 or 7887128. OLE color: 7887128.

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

Color convert

RGB 24 89 120 -
CMYK 0.8 0.26 0 0.53
HSL 199.38º 0.67% 0.28% -
HSV(B) 199.38º 0.8% 0.47% -
XYZ 7.34 8.7 19.06 -
YUV 73.1 154.47 92.98 -
System Red Green Blue C M Y K H S L
Decimal 24 89 120 0.8 0.26 0 0.53 199.38 0.67 0.28
Hex 18 59 78 50 1A 0 35 C7 43 1C
Octal 30 131 170 120 32 0 65 307 103 34
Binary 11000 1011001 1111000 1010000 11010 0 110101 11000111 1000011 11100

Color Harmonies of #185978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185978

Black with #185978

Text Example


Text Example

White with #185978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185978; }

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

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

background-color css

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

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

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

border-color css

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

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

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