Html Css Color HEX #184F72 Orient

📋 copy color: '#184F72'

red 24 ◦ green 79 ◦ blue 114

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

Shades of Orient #184F72

Tints of Orient #184F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.53%

R = 11.06%
G = 36.41%
B = 52.53%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#184F72 (or 0x184F72) is known color: Orient. HEX triplet: 18, 4F and 72. RGB value is (24,79,114). Sum of RGB (Red+Green+Blue) = 24+79+114=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #184F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F72 is #E7B08D. Grayscale: #424242. Windows color (decimal): -15184014 or 7491352. OLE color: 7491352.

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

Color convert

RGB 24 79 114 -
CMYK 0.79 0.31 0 0.55
HSL 203.33º 0.65% 0.27% -
HSV(B) 203.33º 0.79% 0.45% -
XYZ 6.21 7 16.94 -
YUV 66.55 154.78 97.65 -
System Red Green Blue C M Y K H S L
Decimal 24 79 114 0.79 0.31 0 0.55 203.33 0.65 0.27
Hex 18 4F 72 4F 1F 0 37 CB 41 1B
Octal 30 117 162 117 37 0 67 313 101 33
Binary 11000 1001111 1110010 1001111 11111 0 110111 11001011 1000001 11011

Color Harmonies of #184F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184F72

Black with #184F72

Text Example


Text Example

White with #184F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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