Html Css Color HEX #184C71 Orient

📋 copy color: '#184C71'

red 24 ◦ green 76 ◦ blue 113

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

Shades of Orient #184C71

Tints of Orient #184C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.68%

 BLUE value IS 113 (44.53% from 255) = 53.05%

R = 11.27%
G = 35.68%
B = 53.05%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#184C71 (or 0x184C71) is known color: Orient. HEX triplet: 18, 4C and 71. RGB value is (24,76,113). Sum of RGB (Red+Green+Blue) = 24+76+113=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #184C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C71 is #E7B38E. Grayscale: #404040. Windows color (decimal): -15184783 or 7425048. OLE color: 7425048.

HSL color Cylindrical-coordinate representation of color #184C71: hue angle of 204.94º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #184C71 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 76 113 -
CMYK 0.79 0.33 0 0.56
HSL 204.94º 0.65% 0.27% -
HSV(B) 204.94º 0.79% 0.44% -
XYZ 5.94 6.56 16.57 -
YUV 64.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 24 76 113 0.79 0.33 0 0.56 204.94 0.65 0.27
Hex 18 4C 71 4F 21 0 38 CD 41 1B
Octal 30 114 161 117 41 0 70 315 101 33
Binary 11000 1001100 1110001 1001111 100001 0 111000 11001101 1000001 11011

Color Harmonies of #184C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184C71

Black with #184C71

Text Example


Text Example

White with #184C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,76,113); }

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

background-color css

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

 a { background-color: rgb(24,76,113); }

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

border-color css

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

 span { border-color: rgb(24,76,113); }

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