Html Css Color HEX #184C6F Orient

📋 copy color: '#184C6F'

red 24 ◦ green 76 ◦ blue 111

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

Shades of Orient #184C6F

Tints of Orient #184C6F

RGB

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

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

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

R = 11.37%
G = 36.02%
B = 52.61%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#184C6F (or 0x184C6F) is known color: Orient. HEX triplet: 18, 4C and 6F. RGB value is (24,76,111). Sum of RGB (Red+Green+Blue) = 24+76+111=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #184C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C6F is #E7B390. Grayscale: #404040. Windows color (decimal): -15184785 or 7293976. OLE color: 7293976.

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

Color convert

RGB 24 76 111 -
CMYK 0.78 0.32 0 0.56
HSL 204.14º 0.64% 0.26% -
HSV(B) 204.14º 0.78% 0.44% -
XYZ 5.83 6.51 15.99 -
YUV 64.44 154.27 99.15 -
System Red Green Blue C M Y K H S L
Decimal 24 76 111 0.78 0.32 0 0.56 204.14 0.64 0.26
Hex 18 4C 6F 4E 20 0 38 CC 40 1A
Octal 30 114 157 116 40 0 70 314 100 32
Binary 11000 1001100 1101111 1001110 100000 0 111000 11001100 1000000 11010

Color Harmonies of #184C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184C6F

Black with #184C6F

Text Example


Text Example

White with #184C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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