Html Css Color HEX #184D6F Orient

📋 copy color: '#184D6F'

red 24 ◦ green 77 ◦ blue 111

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

Shades of Orient #184D6F

Tints of Orient #184D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.36%

R = 11.32%
G = 36.32%
B = 52.36%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#184D6F (or 0x184D6F) is known color: Orient. HEX triplet: 18, 4D and 6F. RGB value is (24,77,111). Sum of RGB (Red+Green+Blue) = 24+77+111=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #184D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D6F is #E7B290. Grayscale: #404040. Windows color (decimal): -15184529 or 7294232. OLE color: 7294232.

HSL color Cylindrical-coordinate representation of color #184D6F: hue angle of 203.45º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #184D6F is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 77 111 -
CMYK 0.78 0.31 0 0.56
HSL 203.45º 0.64% 0.26% -
HSV(B) 203.45º 0.78% 0.44% -
XYZ 5.9 6.65 16.01 -
YUV 65.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 24 77 111 0.78 0.31 0 0.56 203.45 0.64 0.26
Hex 18 4D 6F 4E 1F 0 38 CB 40 1A
Octal 30 115 157 116 37 0 70 313 100 32
Binary 11000 1001101 1101111 1001110 11111 0 111000 11001011 1000000 11010

Color Harmonies of #184D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184D6F

Black with #184D6F

Text Example


Text Example

White with #184D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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