Html Css Color HEX #184E6E Orient

📋 copy color: '#184E6E'

red 24 ◦ green 78 ◦ blue 110

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

Shades of Orient #184E6E

Tints of Orient #184E6E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.79%

 BLUE value IS 110 (43.36% from 255) = 51.89%

R = 11.32%
G = 36.79%
B = 51.89%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#184E6E (or 0x184E6E) is known color: Orient. HEX triplet: 18, 4E and 6E. RGB value is (24,78,110). Sum of RGB (Red+Green+Blue) = 24+78+110=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #184E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E6E is #E7B191. Grayscale: #414141. Windows color (decimal): -15184274 or 7228952. OLE color: 7228952.

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

Color convert

RGB 24 78 110 -
CMYK 0.78 0.29 0 0.57
HSL 202.33º 0.64% 0.26% -
HSV(B) 202.33º 0.78% 0.43% -
XYZ 5.92 6.77 15.75 -
YUV 65.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 24 78 110 0.78 0.29 0 0.57 202.33 0.64 0.26
Hex 18 4E 6E 4E 1D 0 39 CA 40 1A
Octal 30 116 156 116 35 0 71 312 100 32
Binary 11000 1001110 1101110 1001110 11101 0 111001 11001010 1000000 11010

Color Harmonies of #184E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184E6E

Black with #184E6E

Text Example


Text Example

White with #184E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,78,110); }

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

background-color css

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

 a { background-color: rgb(24,78,110); }

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

border-color css

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

 span { border-color: rgb(24,78,110); }

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