Html Css Color HEX #184F71 Orient

📋 copy color: '#184F71'

red 24 ◦ green 79 ◦ blue 113

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

Shades of Orient #184F71

Tints of Orient #184F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.57%

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

R = 11.11%
G = 36.57%
B = 52.31%

CMYK

 C value IS 0.79

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#184F71 (or 0x184F71) is known color: Orient. HEX triplet: 18, 4F and 71. RGB value is (24,79,113). Sum of RGB (Red+Green+Blue) = 24+79+113=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #184F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F71 is #E7B08E. Grayscale: #424242. Windows color (decimal): -15184015 or 7425816. OLE color: 7425816.

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

Color convert

RGB 24 79 113 -
CMYK 0.79 0.30 0 0.56
HSL 202.92º 0.65% 0.27% -
HSV(B) 202.92º 0.79% 0.44% -
XYZ 6.15 6.98 16.65 -
YUV 66.43 154.28 97.74 -
System Red Green Blue C M Y K H S L
Decimal 24 79 113 0.79 0.30 0 0.56 202.92 0.65 0.27
Hex 18 4F 71 4F 1E 0 38 CB 41 1B
Octal 30 117 161 117 36 0 70 313 101 33
Binary 11000 1001111 1110001 1001111 11110 0 111000 11001011 1000001 11011

Color Harmonies of #184F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184F71

Black with #184F71

Text Example


Text Example

White with #184F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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