Html Css Color HEX #184B6F Orient

📋 copy color: '#184B6F'

red 24 ◦ green 75 ◦ blue 111

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

Shades of Orient #184B6F

Tints of Orient #184B6F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.71%

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

R = 11.43%
G = 35.71%
B = 52.86%

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

#184B6F (or 0x184B6F) is known color: Orient. HEX triplet: 18, 4B and 6F. RGB value is (24,75,111). Sum of RGB (Red+Green+Blue) = 24+75+111=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #184B6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B6F is #E7B490. Grayscale: #3F3F3F. Windows color (decimal): -15185041 or 7293720. OLE color: 7293720.

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

Color convert

RGB 24 75 111 -
CMYK 0.78 0.32 0 0.56
HSL 204.83º 0.64% 0.26% -
HSV(B) 204.83º 0.78% 0.44% -
XYZ 5.76 6.37 15.97 -
YUV 63.86 154.6 99.57 -
System Red Green Blue C M Y K H S L
Decimal 24 75 111 0.78 0.32 0 0.56 204.83 0.64 0.26
Hex 18 4B 6F 4E 20 0 38 CD 40 1A
Octal 30 113 157 116 40 0 70 315 100 32
Binary 11000 1001011 1101111 1001110 100000 0 111000 11001101 1000000 11010

Color Harmonies of #184B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184B6F

Black with #184B6F

Text Example


Text Example

White with #184B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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