Html Css Color HEX #184D73 Orient

📋 copy color: '#184D73'

red 24 ◦ green 77 ◦ blue 115

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

Shades of Orient #184D73

Tints of Orient #184D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.24%

R = 11.11%
G = 35.65%
B = 53.24%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#184D73 (or 0x184D73) is known color: Orient. HEX triplet: 18, 4D and 73. RGB value is (24,77,115). Sum of RGB (Red+Green+Blue) = 24+77+115=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #184D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D73 is #E7B28C. Grayscale: #414141. Windows color (decimal): -15184525 or 7556376. OLE color: 7556376.

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

Color convert

RGB 24 77 115 -
CMYK 0.79 0.33 0 0.55
HSL 205.05º 0.65% 0.27% -
HSV(B) 205.05º 0.79% 0.45% -
XYZ 6.13 6.74 17.2 -
YUV 65.49 155.94 98.41 -
System Red Green Blue C M Y K H S L
Decimal 24 77 115 0.79 0.33 0 0.55 205.05 0.65 0.27
Hex 18 4D 73 4F 21 0 37 CD 41 1B
Octal 30 115 163 117 41 0 67 315 101 33
Binary 11000 1001101 1110011 1001111 100001 0 110111 11001101 1000001 11011

Color Harmonies of #184D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184D73

Black with #184D73

Text Example


Text Example

White with #184D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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