Html Css Color HEX #185474 Orient

📋 copy color: '#185474'

red 24 ◦ green 84 ◦ blue 116

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

Shades of Orient #185474

Tints of Orient #185474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.79%

R = 10.71%
G = 37.5%
B = 51.79%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#185474 (or 0x185474) is known color: Orient. HEX triplet: 18, 54 and 74. RGB value is (24,84,116). Sum of RGB (Red+Green+Blue) = 24+84+116=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #185474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185474 is #E7AB8B. Grayscale: #454545. Windows color (decimal): -15182732 or 7623704. OLE color: 7623704.

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

Color convert

RGB 24 84 116 -
CMYK 0.79 0.28 0 0.55
HSL 200.87º 0.66% 0.27% -
HSV(B) 200.87º 0.79% 0.45% -
XYZ 6.7 7.8 17.67 -
YUV 69.71 154.12 95.4 -
System Red Green Blue C M Y K H S L
Decimal 24 84 116 0.79 0.28 0 0.55 200.87 0.66 0.27
Hex 18 54 74 4F 1C 0 37 C9 42 1B
Octal 30 124 164 117 34 0 67 311 102 33
Binary 11000 1010100 1110100 1001111 11100 0 110111 11001001 1000010 11011

Color Harmonies of #185474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185474

Black with #185474

Text Example


Text Example

White with #185474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185474; }

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

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

background-color css

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

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

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

border-color css

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

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

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