Html Css Color HEX #184C70 Orient

📋 copy color: '#184C70'

red 24 ◦ green 76 ◦ blue 112

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

Shades of Orient #184C70

Tints of Orient #184C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 52.83%

R = 11.32%
G = 35.85%
B = 52.83%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#184C70 (or 0x184C70) is known color: Orient. HEX triplet: 18, 4C and 70. RGB value is (24,76,112). Sum of RGB (Red+Green+Blue) = 24+76+112=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #184C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C70 is #E7B38F. Grayscale: #404040. Windows color (decimal): -15184784 or 7359512. OLE color: 7359512.

HSL color Cylindrical-coordinate representation of color #184C70: hue angle of 204.55º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #184C70 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 76 112 -
CMYK 0.79 0.32 0 0.56
HSL 204.55º 0.65% 0.27% -
HSV(B) 204.55º 0.79% 0.44% -
XYZ 5.89 6.53 16.28 -
YUV 64.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 24 76 112 0.79 0.32 0 0.56 204.55 0.65 0.27
Hex 18 4C 70 4F 20 0 38 CD 41 1B
Octal 30 114 160 117 40 0 70 315 101 33
Binary 11000 1001100 1110000 1001111 100000 0 111000 11001101 1000001 11011

Color Harmonies of #184C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184C70

Black with #184C70

Text Example


Text Example

White with #184C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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