Html Css Color HEX #185478 Orient

📋 copy color: '#185478'

red 24 ◦ green 84 ◦ blue 120

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

Shades of Orient #185478

Tints of Orient #185478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.84%

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

R = 10.53%
G = 36.84%
B = 52.63%

CMYK

 C value IS 0.8

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#185478 (or 0x185478) is known color: Orient. HEX triplet: 18, 54 and 78. RGB value is (24,84,120). Sum of RGB (Red+Green+Blue) = 24+84+120=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #185478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185478 is #E7AB87. Grayscale: #454545. Windows color (decimal): -15182728 or 7885848. OLE color: 7885848.

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

Color convert

RGB 24 84 120 -
CMYK 0.8 0.3 0 0.53
HSL 202.5º 0.67% 0.28% -
HSV(B) 202.5º 0.8% 0.47% -
XYZ 6.94 7.89 18.93 -
YUV 70.16 156.12 95.07 -
System Red Green Blue C M Y K H S L
Decimal 24 84 120 0.8 0.3 0 0.53 202.5 0.67 0.28
Hex 18 54 78 50 1E 0 35 CA 43 1C
Octal 30 124 170 120 36 0 65 312 103 34
Binary 11000 1010100 1111000 1010000 11110 0 110101 11001010 1000011 11100

Color Harmonies of #185478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185478

Black with #185478

Text Example


Text Example

White with #185478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185478; }

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

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

background-color css

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

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

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

border-color css

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

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

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