Html Css Color HEX #184E6C Orient

📋 copy color: '#184E6C'

red 24 ◦ green 78 ◦ blue 108

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

Shades of Orient #184E6C

Tints of Orient #184E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.43%

R = 11.43%
G = 37.14%
B = 51.43%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#184E6C (or 0x184E6C) is known color: Orient. HEX triplet: 18, 4E and 6C. RGB value is (24,78,108). Sum of RGB (Red+Green+Blue) = 24+78+108=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #184E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E6C is #E7B193. Grayscale: #414141. Windows color (decimal): -15184276 or 7097880. OLE color: 7097880.

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

Color convert

RGB 24 78 108 -
CMYK 0.78 0.28 0 0.58
HSL 201.43º 0.64% 0.26% -
HSV(B) 201.43º 0.78% 0.42% -
XYZ 5.81 6.73 15.18 -
YUV 65.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 24 78 108 0.78 0.28 0 0.58 201.43 0.64 0.26
Hex 18 4E 6C 4E 1C 0 3A C9 40 1A
Octal 30 116 154 116 34 0 72 311 100 32
Binary 11000 1001110 1101100 1001110 11100 0 111010 11001001 1000000 11010

Color Harmonies of #184E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184E6C

Black with #184E6C

Text Example


Text Example

White with #184E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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