Html Css Color HEX #18506B Orient

📋 copy color: '#18506B'

red 24 ◦ green 80 ◦ blue 107

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

Shades of Orient #18506B

Tints of Orient #18506B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.91%

 BLUE value IS 107 (42.19% from 255) = 50.71%

R = 11.37%
G = 37.91%
B = 50.71%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18506B (or 0x18506B) is known color: Orient. HEX triplet: 18, 50 and 6B. RGB value is (24,80,107). Sum of RGB (Red+Green+Blue) = 24+80+107=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #18506B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18506B is #E7AF94. Grayscale: #424242. Windows color (decimal): -15183765 or 7032856. OLE color: 7032856.

HSL color Cylindrical-coordinate representation of color #18506B: hue angle of 199.52º degrees, saturation: 0.63, 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 #18506B is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 80 107 -
CMYK 0.78 0.25 0 0.58
HSL 199.52º 0.63% 0.26% -
HSV(B) 199.52º 0.78% 0.42% -
XYZ 5.9 6.99 14.95 -
YUV 66.33 150.95 97.8 -
System Red Green Blue C M Y K H S L
Decimal 24 80 107 0.78 0.25 0 0.58 199.52 0.63 0.26
Hex 18 50 6B 4E 19 0 3A C8 3F 1A
Octal 30 120 153 116 31 0 72 310 77 32
Binary 11000 1010000 1101011 1001110 11001 0 111010 11001000 111111 11010

Color Harmonies of #18506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18506B

Black with #18506B

Text Example


Text Example

White with #18506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18506B; }

 p { color: rgb(24,80,107); }

 H1.HeaderClassName
 {
   color: #18506B;
 }
 .AnyTagClassName
 {
   color: #18506B;
 }
</style>

background-color css

<style>
 a { background-color: #18506B; }

 a { background-color: rgb(24,80,107); }

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

border-color css

<style>
 span { border-color: #18506B; }

 span { border-color: rgb(24,80,107); }

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