Html Css Color HEX #184D74 Orient

📋 copy color: '#184D74'

red 24 ◦ green 77 ◦ blue 116

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

Shades of Orient #184D74

Tints of Orient #184D74

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.48%

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

R = 11.06%
G = 35.48%
B = 53.46%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#184D74 (or 0x184D74) is known color: Orient. HEX triplet: 18, 4D and 74. RGB value is (24,77,116). Sum of RGB (Red+Green+Blue) = 24+77+116=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #184D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D74 is #E7B28B. Grayscale: #414141. Windows color (decimal): -15184524 or 7621912. OLE color: 7621912.

HSL color Cylindrical-coordinate representation of color #184D74: hue angle of 205.43º 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 #184D74 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 77 116 -
CMYK 0.79 0.34 0 0.55
HSL 205.43º 0.66% 0.27% -
HSV(B) 205.43º 0.79% 0.45% -
XYZ 6.18 6.76 17.5 -
YUV 65.6 156.44 98.33 -
System Red Green Blue C M Y K H S L
Decimal 24 77 116 0.79 0.34 0 0.55 205.43 0.66 0.27
Hex 18 4D 74 4F 22 0 37 CD 42 1B
Octal 30 115 164 117 42 0 67 315 102 33
Binary 11000 1001101 1110100 1001111 100010 0 110111 11001101 1000010 11011

Color Harmonies of #184D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184D74

Black with #184D74

Text Example


Text Example

White with #184D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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